Html Css Color HEX #B09958 Husk

📋 copy color: '#B09958'

red 176 ◦ green 153 ◦ blue 88

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

Shades of Husk #B09958

Tints of Husk #B09958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 42.21%
G = 36.69%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B09958 (or 0xB09958) is known color: Husk. HEX triplet: B0, 99 and 58. RGB value is (176,153,88). Sum of RGB (Red+Green+Blue) = 176+153+88=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B09958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09958 is #4F66A7. Grayscale: #989898. Windows color (decimal): -5203624 or 5806512. OLE color: 5806512.

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

Color convert

RGB 176 153 88 -
CMYK 0 0.13 0.50 0.31
HSL 44.32º 0.36% 0.52% -
HSV(B) 44.32º 0.5% 0.69% -
XYZ 31.06 32.72 13.91 -
YUV 152.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 176 153 88 0 0.13 0.50 0.31 44.32 0.36 0.52
Hex B0 99 58 0 D 32 1F 2C 24 34
Octal 260 231 130 0 15 62 37 54 44 64
Binary 10110000 10011001 1011000 0 1101 110010 11111 101100 100100 110100

Color Harmonies of #B09958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09958

Black with #B09958

Text Example


Text Example

White with #B09958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09958; }

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

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

background-color css

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

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

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

border-color css

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

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

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