Color Hex Logo

#bc675d Color Hex

#BC675D
(188,103,93)
0 Favorites   0 Comments

Color spaces of #bc675d

RGB 18810393
HSL0.020.410.55
HSV51°74°
CMYK 0.000.450.51   0.26
XYZ27.565121.182212.9917
Yxy21.18220.44650.3431
Hunter Lab46.024126.366315.4805
CIE-Lab53.148332.908020.7600

#bc675d color RGB value is (188,103,93).

#bc675d hex color red value is 188, green value is 103 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bc675d hue: 0.02 , saturation: 0.41 and the lightness value of bc675d is 0.55.

The process color (four color CMYK) of #bc675d color hex is 0.00, 0.45, 0.51, 0.26. Web safe color of #bc675d is #cc6666. Color #bc675d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 01011101
Octal 274 147 135
Decimal 188 103 93
Hex BC 67 5D

RGB Percentages of Color #bc675d

%48.96
%26.82
%24.22

CMYK Percentages of Color #bc675d

%0
%45
%51
%26

Triadic Colors of #bc675d

#bc675d #5dbc67 #675dbc

Analogous Colors of #bc675d

#bc675d #bc975d #bc5d83

Monochromatic Colors of #bc675d

#bc675d

Complementary Color

#bc675d #5db2bc

#bc675d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc675d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc675d Color CSS Codes

.mybgcolor {background-color:#bc675d; } 
.myforecolor {color:#bc675d; }
.mybordercolor {border:3px solid #bc675d; }

#bc675d Text Font Color

<p style="color:#bc675d">Text here</p>

This sample text font color is #bc675d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc675d Background Color

<div style="background-color:#bc675d">
Div content here</div>

This div background color is #bc675d


#bc675d Border Color

<div style="border:3px solid #bc675d">
Div here</div>

This div border color is #bc675d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,103,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc675d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc675d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc675d;
  box-shadow:         1px 1px 3px 2px #bc675d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,103,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc675d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc675d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc675d;
  box-shadow:         1px 1px 3px 2px #bc675d;">
Div content here</div>

This div box has shadow with color #bc675d


Comments

No comments written yet.

Please login to write comment.