Color Hex Logo

#bb731d Color Hex

#BB731D
(187,115,29)
0 Favorites   0 Comments

Color spaces of #bb731d

RGB 18711529
HSL0.090.730.42
HSV33°84°73°
CMYK 0.000.390.84   0.27
XYZ26.846022.91504.1705
Yxy22.91500.49780.4249
Hunter Lab47.869616.333728.3433
CIE-Lab54.984722.089454.9699

#bb731d color RGB value is (187,115,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 00011101
Octal 273 163 35
Decimal 187 115 29
Hex BB 73 1D

RGB Percentages of Color #bb731d

%56.50
%34.74
%8.76

CMYK Percentages of Color #bb731d

%0
%39
%84
%27

Triadic Colors of #bb731d

#bb731d #1dbb73 #731dbb

Analogous Colors of #bb731d

#bb731d #b4bb1d #bb241d

Monochromatic Colors of #bb731d

#bb731d

Complementary Color

#bb731d #1d65bb

#bb731d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb731d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb731d Color CSS Codes

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

#bb731d Text Font Color

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

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


#bb731d Background Color

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

This div background color is #bb731d


#bb731d Border Color

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

This div border color is #bb731d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,115,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 #bb731d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb731d


Comments

No comments written yet.

Please login to write comment.