Html Css Color HEX #B09251 Husk

📋 copy color: '#B09251'

red 176 ◦ green 146 ◦ blue 81

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

Shades of Husk #B09251

Tints of Husk #B09251

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 43.67%
G = 36.23%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B09251 (or 0xB09251) is known color: Husk. HEX triplet: B0, 92 and 51. RGB value is (176,146,81). Sum of RGB (Red+Green+Blue) = 176+146+81=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B09251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09251 is #4F6DAE. Grayscale: #939393. Windows color (decimal): -5205423 or 5345968. OLE color: 5345968.

HSL color Cylindrical-coordinate representation of color #B09251: hue angle of 41.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B09251 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 81 -
CMYK 0 0.17 0.54 0.31
HSL 41.05º 0.38% 0.5% -
HSV(B) 41.05º 0.54% 0.69% -
XYZ 29.67 30.38 12.09 -
YUV 147.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 176 146 81 0 0.17 0.54 0.31 41.05 0.38 0.5
Hex B0 92 51 0 11 36 1F 29 26 32
Octal 260 222 121 0 21 66 37 51 46 62
Binary 10110000 10010010 1010001 0 10001 110110 11111 101001 100110 110010

Color Harmonies of #B09251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09251

Black with #B09251

Text Example


Text Example

White with #B09251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09251; }

 p { color: rgb(176,146,81); }

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

background-color css

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

 a { background-color: rgb(176,146,81); }

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

border-color css

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

 span { border-color: rgb(176,146,81); }

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