Html Css Color HEX #B09654 Husk

📋 copy color: '#B09654'

red 176 ◦ green 150 ◦ blue 84

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

Shades of Husk #B09654

Tints of Husk #B09654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 42.93%
G = 36.59%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B09654 (or 0xB09654) is known color: Husk. HEX triplet: B0, 96 and 54. RGB value is (176,150,84). Sum of RGB (Red+Green+Blue) = 176+150+84=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09654 is #4F69AB. Grayscale: #969696. Windows color (decimal): -5204396 or 5543600. OLE color: 5543600.

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

Color convert

RGB 176 150 84 -
CMYK 0 0.15 0.52 0.31
HSL 43.04º 0.37% 0.51% -
HSV(B) 43.04º 0.52% 0.69% -
XYZ 30.41 31.68 12.9 -
YUV 150.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 176 150 84 0 0.15 0.52 0.31 43.04 0.37 0.51
Hex B0 96 54 0 F 34 1F 2B 25 33
Octal 260 226 124 0 17 64 37 53 45 63
Binary 10110000 10010110 1010100 0 1111 110100 11111 101011 100101 110011

Color Harmonies of #B09654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09654

Black with #B09654

Text Example


Text Example

White with #B09654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09654; }

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

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

background-color css

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

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

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

border-color css

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

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

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