Html Css Color HEX #B09954 Husk

📋 copy color: '#B09954'

red 176 ◦ green 153 ◦ blue 84

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

Shades of Husk #B09954

Tints of Husk #B09954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.34%

R = 42.62%
G = 37.05%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B09954 (or 0xB09954) is known color: Husk. HEX triplet: B0, 99 and 54. RGB value is (176,153,84). Sum of RGB (Red+Green+Blue) = 176+153+84=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B09954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09954 is #4F66AB. Grayscale: #989898. Windows color (decimal): -5203628 or 5544368. OLE color: 5544368.

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

Color convert

RGB 176 153 84 -
CMYK 0 0.13 0.52 0.31
HSL 45º 0.37% 0.51% -
HSV(B) 45º 0.52% 0.69% -
XYZ 30.9 32.65 13.06 -
YUV 152.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 176 153 84 0 0.13 0.52 0.31 45 0.37 0.51
Hex B0 99 54 0 D 34 1F 2D 25 33
Octal 260 231 124 0 15 64 37 55 45 63
Binary 10110000 10011001 1010100 0 1101 110100 11111 101101 100101 110011

Color Harmonies of #B09954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09954

Black with #B09954

Text Example


Text Example

White with #B09954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09954; }

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

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

background-color css

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

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

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

border-color css

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

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

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