Color Hex Logo

#bb746a Color Hex

#BB746A
(187,116,106)
0 Favorites   0 Comments

Color spaces of #bb746a

RGB 187116106
HSL0.020.370.57
HSV43°73°
CMYK 0.000.380.43   0.27
XYZ29.340424.096216.7403
Yxy24.09620.41810.3434
Hunter Lab49.087920.787714.1420
CIE-Lab56.184026.781117.3120

#bb746a color RGB value is (187,116,106).

#bb746a hex color red value is 187, green value is 116 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bb746a hue: 0.02 , saturation: 0.37 and the lightness value of bb746a is 0.57.

The process color (four color CMYK) of #bb746a color hex is 0.00, 0.38, 0.43, 0.27. Web safe color of #bb746a is #cc6666. Color #bb746a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 01101010
Octal 273 164 152
Decimal 187 116 106
Hex BB 74 6A

RGB Percentages of Color #bb746a

%45.72
%28.36
%25.92

CMYK Percentages of Color #bb746a

%0
%38
%43
%27

Triadic Colors of #bb746a

#bb746a #6abb74 #746abb

Analogous Colors of #bb746a

#bb746a #bb9d6a #bb6a89

Monochromatic Colors of #bb746a

#bb746a

Complementary Color

#bb746a #6ab1bb

#bb746a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb746a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb746a Color CSS Codes

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

#bb746a Text Font Color

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

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


#bb746a Background Color

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

This div background color is #bb746a


#bb746a Border Color

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

This div border color is #bb746a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb746a


Comments

No comments written yet.

Please login to write comment.