Html Css Color HEX #B09A52 Husk

📋 copy color: '#B09A52'

red 176 ◦ green 154 ◦ blue 82

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

Shades of Husk #B09A52

Tints of Husk #B09A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

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

R = 42.72%
G = 37.38%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09A52 (or 0xB09A52) is known color: Husk. HEX triplet: B0, 9A and 52. RGB value is (176,154,82). Sum of RGB (Red+Green+Blue) = 176+154+82=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A52 is #4F65AD. Grayscale: #989898. Windows color (decimal): -5203374 or 5413552. OLE color: 5413552.

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

Color convert

RGB 176 154 82 -
CMYK 0 0.12 0.53 0.31
HSL 45.96º 0.37% 0.51% -
HSV(B) 45.96º 0.53% 0.69% -
XYZ 30.98 32.95 12.71 -
YUV 152.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 176 154 82 0 0.12 0.53 0.31 45.96 0.37 0.51
Hex B0 9A 52 0 C 35 1F 2E 25 33
Octal 260 232 122 0 14 65 37 56 45 63
Binary 10110000 10011010 1010010 0 1100 110101 11111 101110 100101 110011

Color Harmonies of #B09A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A52

Black with #B09A52

Text Example


Text Example

White with #B09A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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