Color Hex Logo

#bc700b Color Hex

#BC700B
(188,112,11)
0 Favorites   0 Comments

Color spaces of #bc700b

RGB 18811211
HSL0.100.890.39
HSV34°94°74°
CMYK 0.000.400.94   0.26
XYZ26.593622.30393.2200
Yxy22.30390.51030.4280
Hunter Lab47.227017.866429.0164
CIE-Lab54.348023.802459.4412

#bc700b color RGB value is (188,112,11).

#bc700b hex color red value is 188, green value is 112 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc700b hue: 0.10 , saturation: 0.89 and the lightness value of bc700b is 0.39.

The process color (four color CMYK) of #bc700b color hex is 0.00, 0.40, 0.94, 0.26. Web safe color of #bc700b is #cc6600. Color #bc700b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 00001011
Octal 274 160 13
Decimal 188 112 11
Hex BC 70 B

RGB Percentages of Color #bc700b

%60.45
%36.01
%3.54

CMYK Percentages of Color #bc700b

%0
%40
%94
%26

Triadic Colors of #bc700b

#bc700b #0bbc70 #700bbc

Analogous Colors of #bc700b

#bc700b #b0bc0b #bc180b

Monochromatic Colors of #bc700b

#bc700b

Complementary Color

#bc700b #0b57bc

#bc700b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc700b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc700b Color CSS Codes

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

#bc700b Text Font Color

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

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


#bc700b Background Color

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

This div background color is #bc700b


#bc700b Border Color

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

This div border color is #bc700b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc700b


Comments

No comments written yet.

Please login to write comment.