Html Css Color HEX #B09952 Husk

📋 copy color: '#B09952'

red 176 ◦ green 153 ◦ blue 82

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

Shades of Husk #B09952

Tints of Husk #B09952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 42.82%
G = 37.23%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09952 (or 0xB09952) is known color: Husk. HEX triplet: B0, 99 and 52. RGB value is (176,153,82). Sum of RGB (Red+Green+Blue) = 176+153+82=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09952 is #4F66AD. Grayscale: #989898. Windows color (decimal): -5203630 or 5413296. OLE color: 5413296.

HSL color Cylindrical-coordinate representation of color #B09952: hue angle of 45.32º 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 #B09952 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 82 -
CMYK 0 0.13 0.53 0.31
HSL 45.32º 0.37% 0.51% -
HSV(B) 45.32º 0.53% 0.69% -
XYZ 30.82 32.62 12.65 -
YUV 151.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 176 153 82 0 0.13 0.53 0.31 45.32 0.37 0.51
Hex B0 99 52 0 D 35 1F 2D 25 33
Octal 260 231 122 0 15 65 37 55 45 63
Binary 10110000 10011001 1010010 0 1101 110101 11111 101101 100101 110011

Color Harmonies of #B09952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09952

Black with #B09952

Text Example


Text Example

White with #B09952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09952; }

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

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

background-color css

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

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

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

border-color css

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

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

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