Html Css Color HEX #B09552 Husk

📋 copy color: '#B09552'

red 176 ◦ green 149 ◦ blue 82

#B09552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #B09552

Tints of Husk #B09552

RGB

 RED value IS 176 (69.14% from 255) = 43.24%

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 43.24%
G = 36.61%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09552 (or 0xB09552) is known color: Husk. HEX triplet: B0, 95 and 52. RGB value is (176,149,82). Sum of RGB (Red+Green+Blue) = 176+149+82=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B09552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09552 is #4F6AAD. Grayscale: #959595. Windows color (decimal): -5204654 or 5412272. OLE color: 5412272.

HSL color Cylindrical-coordinate representation of color #B09552: hue angle of 42.77º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B09552 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 82 -
CMYK 0 0.15 0.53 0.31
HSL 42.77º 0.37% 0.51% -
HSV(B) 42.77º 0.53% 0.69% -
XYZ 30.17 31.33 12.44 -
YUV 149.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 176 149 82 0 0.15 0.53 0.31 42.77 0.37 0.51
Hex B0 95 52 0 F 35 1F 2B 25 33
Octal 260 225 122 0 17 65 37 53 45 63
Binary 10110000 10010101 1010010 0 1111 110101 11111 101011 100101 110011

Color Harmonies of #B09552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09552

Black with #B09552

Text Example


Text Example

White with #B09552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09552; }

 p { color: rgb(176,149,82); }

 H1.HeaderClassName
 {
   color: #B09552;
 }
 .AnyTagClassName
 {
   color: #B09552;
 }
</style>

background-color css

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

 a { background-color: rgb(176,149,82); }

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

border-color css

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

 span { border-color: rgb(176,149,82); }

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