Html Css Color HEX #B09D4C Husk

📋 copy color: '#B09D4C'

red 176 ◦ green 157 ◦ blue 76

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

Shades of Husk #B09D4C

Tints of Husk #B09D4C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.39%

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 43.03%
G = 38.39%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B09D4C (or 0xB09D4C) is known color: Husk. HEX triplet: B0, 9D and 4C. RGB value is (176,157,76). Sum of RGB (Red+Green+Blue) = 176+157+76=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D4C is #4F62B3. Grayscale: #999999. Windows color (decimal): -5202612 or 5021104. OLE color: 5021104.

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

Color convert

RGB 176 157 76 -
CMYK 0 0.11 0.57 0.31
HSL 48.6º 0.4% 0.49% -
HSV(B) 48.6º 0.57% 0.69% -
XYZ 31.27 33.87 11.73 -
YUV 153.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 176 157 76 0 0.11 0.57 0.31 48.6 0.4 0.49
Hex B0 9D 4C 0 B 39 1F 31 28 31
Octal 260 235 114 0 13 71 37 61 50 61
Binary 10110000 10011101 1001100 0 1011 111001 11111 110001 101000 110001

Color Harmonies of #B09D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D4C

Black with #B09D4C

Text Example


Text Example

White with #B09D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D4C; }

 p { color: rgb(176,157,76); }

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

background-color css

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

 a { background-color: rgb(176,157,76); }

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

border-color css

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

 span { border-color: rgb(176,157,76); }

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