Color Hex Logo

#bb701d Color Hex

#BB701D
(187,112,29)
0 Favorites   0 Comments

Color spaces of #bb701d

RGB 18711229
HSL0.090.730.42
HSV32°84°73°
CMYK 0.000.400.84   0.27
XYZ26.509522.24184.0583
Yxy22.24180.50200.4212
Hunter Lab47.161217.803427.9108
CIE-Lab54.282623.739054.3695

#bb701d color RGB value is (187,112,29).

#bb701d hex color red value is 187, green value is 112 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bb701d hue: 0.09 , saturation: 0.73 and the lightness value of bb701d is 0.42.

The process color (four color CMYK) of #bb701d color hex is 0.00, 0.40, 0.84, 0.27. Web safe color of #bb701d is #cc6633. Color #bb701d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110000 00011101
Octal 273 160 35
Decimal 187 112 29
Hex BB 70 1D

RGB Percentages of Color #bb701d

%57.01
%34.15
%8.84

CMYK Percentages of Color #bb701d

%0
%40
%84
%27

Triadic Colors of #bb701d

#bb701d #1dbb70 #701dbb

Analogous Colors of #bb701d

#bb701d #b7bb1d #bb211d

Monochromatic Colors of #bb701d

#bb701d

Complementary Color

#bb701d #1d68bb

#bb701d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb701d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb701d Color CSS Codes

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

#bb701d Text Font Color

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

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


#bb701d Background Color

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

This div background color is #bb701d


#bb701d Border Color

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

This div border color is #bb701d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb701d


Comments

No comments written yet.

Please login to write comment.