Color Hex Logo

#bb7142 Color Hex

#BB7142
(187,113,66)
0 Favorites   0 Comments

Color spaces of #bb7142

RGB 18711366
HSL0.060.480.50
HSV23°65°73°
CMYK 0.000.400.65   0.27
XYZ27.382022.76848.1058
Yxy22.76840.47000.3908
Hunter Lab47.716218.928923.3295
CIE-Lab54.833024.912237.9911

#bb7142 color RGB value is (187,113,66).

#bb7142 hex color red value is 187, green value is 113 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bb7142 hue: 0.06 , saturation: 0.48 and the lightness value of bb7142 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 01000010
Octal 273 161 102
Decimal 187 113 66
Hex BB 71 42

RGB Percentages of Color #bb7142

%51.09
%30.87
%18.03

CMYK Percentages of Color #bb7142

%0
%40
%65
%27

Triadic Colors of #bb7142

#bb7142 #42bb71 #7142bb

Analogous Colors of #bb7142

#bb7142 #bbae42 #bb4250

Monochromatic Colors of #bb7142

#bb7142

Complementary Color

#bb7142 #428cbb

#bb7142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7142 Color CSS Codes

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

#bb7142 Text Font Color

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

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


#bb7142 Background Color

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

This div background color is #bb7142


#bb7142 Border Color

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

This div border color is #bb7142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7142


Comments

No comments written yet.

Please login to write comment.