Html Css Color HEX #B09C56 Husk

📋 copy color: '#B09C56'

red 176 ◦ green 156 ◦ blue 86

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

Shades of Husk #B09C56

Tints of Husk #B09C56

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.32%

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

R = 42.11%
G = 37.32%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B09C56 (or 0xB09C56) is known color: Husk. HEX triplet: B0, 9C and 56. RGB value is (176,156,86). Sum of RGB (Red+Green+Blue) = 176+156+86=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C56 is #4F63A9. Grayscale: #9A9A9A. Windows color (decimal): -5202858 or 5676208. OLE color: 5676208.

HSL color Cylindrical-coordinate representation of color #B09C56: hue angle of 46.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 #B09C56 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 86 -
CMYK 0 0.11 0.51 0.31
HSL 46.67º 0.36% 0.51% -
HSV(B) 46.67º 0.51% 0.69% -
XYZ 31.47 33.68 13.65 -
YUV 154 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 176 156 86 0 0.11 0.51 0.31 46.67 0.36 0.51
Hex B0 9C 56 0 B 33 1F 2F 24 33
Octal 260 234 126 0 13 63 37 57 44 63
Binary 10110000 10011100 1010110 0 1011 110011 11111 101111 100100 110011

Color Harmonies of #B09C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C56

Black with #B09C56

Text Example


Text Example

White with #B09C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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