Color Hex Logo

#b0924d Color Hex

#B0924D
(176,146,77)
0 Favorites   0 Comments

Color spaces of #b0924d

RGB 17614677
HSL0.120.390.50
HSV42°56°69°
CMYK 0.000.170.56   0.31
XYZ29.522930.323711.3182
Yxy30.32370.41490.4261
Hunter Lab55.0670-0.668526.3607
CIE-Lab61.93252.702140.3286

#b0924d color RGB value is (176,146,77).

#b0924d hex color red value is 176, green value is 146 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b0924d hue: 0.12 , saturation: 0.39 and the lightness value of b0924d is 0.50.

The process color (four color CMYK) of #b0924d color hex is 0.00, 0.17, 0.56, 0.31. Web safe color of #b0924d is #999966. Color #b0924d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 01001101
Octal 260 222 115
Decimal 176 146 77
Hex B0 92 4D

RGB Percentages of Color #b0924d

%44.11
%36.59
%19.30

CMYK Percentages of Color #b0924d

%0
%17
%56
%31

Triadic Colors of #b0924d

#b0924d #4db092 #924db0

Analogous Colors of #b0924d

#b0924d #9db04d #b0614d

Monochromatic Colors of #b0924d

#b0924d

Complementary Color

#b0924d #4d6bb0

#b0924d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0924d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0924d Color CSS Codes

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

#b0924d Text Font Color

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

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


#b0924d Background Color

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

This div background color is #b0924d


#b0924d Border Color

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

This div border color is #b0924d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0924d


Comments

No comments written yet.

Please login to write comment.