Color Hex Logo

#bb925f Color Hex

#BB925F
(187,146,95)
0 Favorites   0 Comments

Color spaces of #bb925f

RGB 18714695
HSL0.090.400.55
HSV33°49°73°
CMYK 0.000.220.49   0.27
XYZ32.838031.948815.2625
Yxy31.94880.41020.3991
Hunter Lab56.52334.786423.5567
CIE-Lab63.30059.033032.8323

#bb925f color RGB value is (187,146,95).

#bb925f hex color red value is 187, green value is 146 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb925f hue: 0.09 , saturation: 0.40 and the lightness value of bb925f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 01011111
Octal 273 222 137
Decimal 187 146 95
Hex BB 92 5F

RGB Percentages of Color #bb925f

%43.69
%34.11
%22.20

CMYK Percentages of Color #bb925f

%0
%22
%49
%27

Triadic Colors of #bb925f

#bb925f #5fbb92 #925fbb

Analogous Colors of #bb925f

#bb925f #b6bb5f #bb645f

Monochromatic Colors of #bb925f

#bb925f

Complementary Color

#bb925f #5f88bb

#bb925f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb925f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb925f Color CSS Codes

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

#bb925f Text Font Color

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

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


#bb925f Background Color

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

This div background color is #bb925f


#bb925f Border Color

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

This div border color is #bb925f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb925f


Comments

No comments written yet.

Please login to write comment.