Html Css Color HEX #B09D4E Husk

📋 copy color: '#B09D4E'

red 176 ◦ green 157 ◦ blue 78

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

Shades of Husk #B09D4E

Tints of Husk #B09D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 42.82%
G = 38.2%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B09D4E (or 0xB09D4E) is known color: Husk. HEX triplet: B0, 9D and 4E. RGB value is (176,157,78). Sum of RGB (Red+Green+Blue) = 176+157+78=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D4E is #4F62B1. Grayscale: #9A9A9A. Windows color (decimal): -5202610 or 5152176. OLE color: 5152176.

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

Color convert

RGB 176 157 78 -
CMYK 0 0.11 0.56 0.31
HSL 48.37º 0.39% 0.5% -
HSV(B) 48.37º 0.56% 0.69% -
XYZ 31.34 33.89 12.1 -
YUV 153.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 176 157 78 0 0.11 0.56 0.31 48.37 0.39 0.5
Hex B0 9D 4E 0 B 38 1F 30 27 32
Octal 260 235 116 0 13 70 37 60 47 62
Binary 10110000 10011101 1001110 0 1011 111000 11111 110000 100111 110010

Color Harmonies of #B09D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D4E

Black with #B09D4E

Text Example


Text Example

White with #B09D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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