Color Hex Logo

#bb925a Color Hex

#BB925A
(187,146,90)
0 Favorites   0 Comments

Color spaces of #bb925a

RGB 18714690
HSL0.100.420.54
HSV35°52°73°
CMYK 0.000.220.52   0.27
XYZ32.617931.860714.1035
Yxy31.86070.41510.4054
Hunter Lab56.44534.370124.6974
CIE-Lab63.22768.561835.4059

#bb925a color RGB value is (187,146,90).

#bb925a hex color red value is 187, green value is 146 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bb925a hue: 0.10 , saturation: 0.42 and the lightness value of bb925a is 0.54.

The process color (four color CMYK) of #bb925a color hex is 0.00, 0.22, 0.52, 0.27. Web safe color of #bb925a is #cc9966. Color #bb925a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 01011010
Octal 273 222 132
Decimal 187 146 90
Hex BB 92 5A

RGB Percentages of Color #bb925a

%44.21
%34.52
%21.28

CMYK Percentages of Color #bb925a

%0
%22
%52
%27

Triadic Colors of #bb925a

#bb925a #5abb92 #925abb

Analogous Colors of #bb925a

#bb925a #b4bb5a #bb625a

Monochromatic Colors of #bb925a

#bb925a

Complementary Color

#bb925a #5a83bb

#bb925a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb925a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb925a Color CSS Codes

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

#bb925a Text Font Color

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

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


#bb925a Background Color

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

This div background color is #bb925a


#bb925a Border Color

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

This div border color is #bb925a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb925a


Comments

No comments written yet.

Please login to write comment.