Html Css Color HEX #B09E4D Husk

📋 copy color: '#B09E4D'

red 176 ◦ green 158 ◦ blue 77

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

Shades of Husk #B09E4D

Tints of Husk #B09E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 42.82%
G = 38.44%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B09E4D (or 0xB09E4D) is known color: Husk. HEX triplet: B0, 9E and 4D. RGB value is (176,158,77). Sum of RGB (Red+Green+Blue) = 176+158+77=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E4D is #4F61B2. Grayscale: #9A9A9A. Windows color (decimal): -5202355 or 5086896. OLE color: 5086896.

HSL color Cylindrical-coordinate representation of color #B09E4D: hue angle of 49.09º 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 #B09E4D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 158 77 -
CMYK 0 0.10 0.56 0.31
HSL 49.09º 0.39% 0.5% -
HSV(B) 49.09º 0.56% 0.69% -
XYZ 31.47 34.22 11.97 -
YUV 154.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 176 158 77 0 0.10 0.56 0.31 49.09 0.39 0.5
Hex B0 9E 4D 0 A 38 1F 31 27 32
Octal 260 236 115 0 12 70 37 61 47 62
Binary 10110000 10011110 1001101 0 1010 111000 11111 110001 100111 110010

Color Harmonies of #B09E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E4D

Black with #B09E4D

Text Example


Text Example

White with #B09E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E4D; }

 p { color: rgb(176,158,77); }

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

background-color css

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

 a { background-color: rgb(176,158,77); }

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

border-color css

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

 span { border-color: rgb(176,158,77); }

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