Html Css Color HEX #B09D4F Husk

📋 copy color: '#B09D4F'

red 176 ◦ green 157 ◦ blue 79

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

Shades of Husk #B09D4F

Tints of Husk #B09D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.17%

R = 42.72%
G = 38.11%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B09D4F (or 0xB09D4F) is known color: Husk. HEX triplet: B0, 9D and 4F. RGB value is (176,157,79). Sum of RGB (Red+Green+Blue) = 176+157+79=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D4F is #4F62B0. Grayscale: #9A9A9A. Windows color (decimal): -5202609 or 5217712. OLE color: 5217712.

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

Color convert

RGB 176 157 79 -
CMYK 0 0.11 0.55 0.31
HSL 48.25º 0.38% 0.5% -
HSV(B) 48.25º 0.55% 0.69% -
XYZ 31.37 33.91 12.29 -
YUV 153.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 176 157 79 0 0.11 0.55 0.31 48.25 0.38 0.5
Hex B0 9D 4F 0 B 37 1F 30 26 32
Octal 260 235 117 0 13 67 37 60 46 62
Binary 10110000 10011101 1001111 0 1011 110111 11111 110000 100110 110010

Color Harmonies of #B09D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D4F

Black with #B09D4F

Text Example


Text Example

White with #B09D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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