Html Css Color HEX #B09949 Husk

📋 copy color: '#B09949'

red 176 ◦ green 153 ◦ blue 73

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

Shades of Husk #B09949

Tints of Husk #B09949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 43.78%
G = 38.06%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B09949 (or 0xB09949) is known color: Husk. HEX triplet: B0, 99 and 49. RGB value is (176,153,73). Sum of RGB (Red+Green+Blue) = 176+153+73=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B09949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09949 is #4F66B6. Grayscale: #979797. Windows color (decimal): -5203639 or 4823472. OLE color: 4823472.

HSL color Cylindrical-coordinate representation of color #B09949: hue angle of 46.6º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B09949 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 73 -
CMYK 0 0.13 0.59 0.31
HSL 46.6º 0.41% 0.49% -
HSV(B) 46.6º 0.59% 0.69% -
XYZ 30.5 32.49 10.97 -
YUV 150.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 176 153 73 0 0.13 0.59 0.31 46.6 0.41 0.49
Hex B0 99 49 0 D 3B 1F 2F 29 31
Octal 260 231 111 0 15 73 37 57 51 61
Binary 10110000 10011001 1001001 0 1101 111011 11111 101111 101001 110001

Color Harmonies of #B09949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09949

Black with #B09949

Text Example


Text Example

White with #B09949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09949; }

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

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

background-color css

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

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

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

border-color css

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

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

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