Color Hex Logo

#bc6f18 Color Hex

#BC6F18
(188,111,24)
0 Favorites   0 Comments

Color spaces of #bc6f18

RGB 18811124
HSL0.090.770.42
HSV32°87°74°
CMYK 0.000.410.87   0.26
XYZ26.588322.12623.7336
Yxy22.12620.50690.4219
Hunter Lab47.038518.579028.2209
CIE-Lab54.160624.588255.9907

#bc6f18 color RGB value is (188,111,24).

#bc6f18 hex color red value is 188, green value is 111 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bc6f18 hue: 0.09 , saturation: 0.77 and the lightness value of bc6f18 is 0.42.

The process color (four color CMYK) of #bc6f18 color hex is 0.00, 0.41, 0.87, 0.26. Web safe color of #bc6f18 is #cc6600. Color #bc6f18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101111 00011000
Octal 274 157 30
Decimal 188 111 24
Hex BC 6F 18

RGB Percentages of Color #bc6f18

%58.20
%34.37
%7.43

CMYK Percentages of Color #bc6f18

%0
%41
%87
%26

Triadic Colors of #bc6f18

#bc6f18 #18bc6f #6f18bc

Analogous Colors of #bc6f18

#bc6f18 #b7bc18 #bc1d18

Monochromatic Colors of #bc6f18

#bc6f18

Complementary Color

#bc6f18 #1865bc

#bc6f18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6f18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6f18 Color CSS Codes

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

#bc6f18 Text Font Color

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

This sample text font color is #bc6f18
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.


#bc6f18 Background Color

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

This div background color is #bc6f18


#bc6f18 Border Color

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

This div border color is #bc6f18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6f18


Comments

No comments written yet.

Please login to write comment.