Html Css Color HEX #B09955 Husk

📋 copy color: '#B09955'

red 176 ◦ green 153 ◦ blue 85

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

Shades of Husk #B09955

Tints of Husk #B09955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 42.51%
G = 36.96%
B = 20.53%

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

#B09955 (or 0xB09955) is known color: Husk. HEX triplet: B0, 99 and 55. RGB value is (176,153,85). Sum of RGB (Red+Green+Blue) = 176+153+85=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B09955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09955 is #4F66AA. Grayscale: #989898. Windows color (decimal): -5203627 or 5609904. OLE color: 5609904.

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

Color convert

RGB 176 153 85 -
CMYK 0 0.13 0.52 0.31
HSL 44.84º 0.37% 0.51% -
HSV(B) 44.84º 0.52% 0.69% -
XYZ 30.94 32.67 13.27 -
YUV 152.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 176 153 85 0 0.13 0.52 0.31 44.84 0.37 0.51
Hex B0 99 55 0 D 34 1F 2D 25 33
Octal 260 231 125 0 15 64 37 55 45 63
Binary 10110000 10011001 1010101 0 1101 110100 11111 101101 100101 110011

Color Harmonies of #B09955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09955

Black with #B09955

Text Example


Text Example

White with #B09955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09955; }

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

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

background-color css

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

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

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

border-color css

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

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

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