#B5924B

Color #B5924B Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B5924B

Tints of Husk #B5924B

Color information

#B5924B (or 0xB5924B) is unknown color: approx Husk. HEX triplet: B5, 92 and 4B. RGB value is (181,146,75). Sum of RGB (Red+Green+Blue) = 181+146+75=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5924B is #4A6DB4. Grayscale: #949494. Windows color (decimal): -4877749 or 4952757. OLE color: 4952757.

HSL color Cylindrical-coordinate representation of color #B5924B: hue angle of 40.19º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5924B is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18114675-
CMYK00.190.590.29
HSL40.19º41.73%50.2%-
HSV(B)40.19º58.56%70.98%-
XYZ30.630.8911.01-
YUV148.3786.6151.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=45.02%
G=36.32%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811467500.190.590.2940.1941.7350.2
HexB5924B0133B1D282a32
Octal2652221130237335505262
Binary1011010110010010100101101001111101111101101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5924B; }

 p { color: rgb(181,146,75); }

 H1.HeaderClassName
 {
   color: #B5924B;
 }
 .AnyTagClassName
 {
   color: #B5924B;
 }
</style>
background-color css

<style>
 a { background-color: #B5924B; }

 a { background-color: rgb(181,146,75); }

 div.DivClassName
 {
   background-color: #B5924B;
 }
 .BgClassName
 {
   background-color: #B5924B;
 }
</style>
border-color css

<style>
 span { border-color: #B5924B; }

 span { border-color: rgb(181,146,75); }

 td.TdClassName
 {
   border-color: #B5924B;
 }
 .TagClassName
 {
   border-color: #B5924B;
 }
</style>