Html Css Color HEX #B09656 Husk

📋 copy color: '#B09656'

red 176 ◦ green 150 ◦ blue 86

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

Shades of Husk #B09656

Tints of Husk #B09656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 42.72%
G = 36.41%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B09656 (or 0xB09656) is known color: Husk. HEX triplet: B0, 96 and 56. RGB value is (176,150,86). Sum of RGB (Red+Green+Blue) = 176+150+86=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09656 is #4F69A9. Grayscale: #969696. Windows color (decimal): -5204394 or 5674672. OLE color: 5674672.

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

Color convert

RGB 176 150 86 -
CMYK 0 0.15 0.51 0.31
HSL 42.67º 0.36% 0.51% -
HSV(B) 42.67º 0.51% 0.69% -
XYZ 30.49 31.71 13.32 -
YUV 150.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 176 150 86 0 0.15 0.51 0.31 42.67 0.36 0.51
Hex B0 96 56 0 F 33 1F 2B 24 33
Octal 260 226 126 0 17 63 37 53 44 63
Binary 10110000 10010110 1010110 0 1111 110011 11111 101011 100100 110011

Color Harmonies of #B09656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09656

Black with #B09656

Text Example


Text Example

White with #B09656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09656; }

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

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

background-color css

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

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

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

border-color css

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

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

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