Color Hex Logo

#bb740f Color Hex

#BB740F
(187,116,15)
0 Favorites   0 Comments

Color spaces of #bb740f

RGB 18711615
HSL0.100.850.40
HSV35°92°73°
CMYK 0.000.380.92   0.27
XYZ26.825123.09013.4949
Yxy23.09010.50220.4323
Hunter Lab48.052215.556329.3243
CIE-Lab55.165021.226959.1377

#bb740f color RGB value is (187,116,15).

#bb740f hex color red value is 187, green value is 116 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb740f hue: 0.10 , saturation: 0.85 and the lightness value of bb740f is 0.40.

The process color (four color CMYK) of #bb740f color hex is 0.00, 0.38, 0.92, 0.27. Web safe color of #bb740f is #cc6600. Color #bb740f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 00001111
Octal 273 164 17
Decimal 187 116 15
Hex BB 74 F

RGB Percentages of Color #bb740f

%58.81
%36.48
%4.72

CMYK Percentages of Color #bb740f

%0
%38
%92
%27

Triadic Colors of #bb740f

#bb740f #0fbb74 #740fbb

Analogous Colors of #bb740f

#bb740f #acbb0f #bb1e0f

Monochromatic Colors of #bb740f

#bb740f

Complementary Color

#bb740f #0f56bb

#bb740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb740f Color CSS Codes

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

#bb740f Text Font Color

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

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


#bb740f Background Color

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

This div background color is #bb740f


#bb740f Border Color

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

This div border color is #bb740f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb740f


Comments

No comments written yet.

Please login to write comment.