Html Css Color HEX #B09C57 Husk

📋 copy color: '#B09C57'

red 176 ◦ green 156 ◦ blue 87

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

Shades of Husk #B09C57

Tints of Husk #B09C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 42%
G = 37.23%
B = 20.76%

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

#B09C57 (or 0xB09C57) is known color: Husk. HEX triplet: B0, 9C and 57. RGB value is (176,156,87). Sum of RGB (Red+Green+Blue) = 176+156+87=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C57 is #4F63A8. Grayscale: #9A9A9A. Windows color (decimal): -5202857 or 5741744. OLE color: 5741744.

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

Color convert

RGB 176 156 87 -
CMYK 0 0.11 0.51 0.31
HSL 46.52º 0.36% 0.52% -
HSV(B) 46.52º 0.51% 0.69% -
XYZ 31.51 33.7 13.86 -
YUV 154.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 176 156 87 0 0.11 0.51 0.31 46.52 0.36 0.52
Hex B0 9C 57 0 B 33 1F 2F 24 34
Octal 260 234 127 0 13 63 37 57 44 64
Binary 10110000 10011100 1010111 0 1011 110011 11111 101111 100100 110100

Color Harmonies of #B09C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C57

Black with #B09C57

Text Example


Text Example

White with #B09C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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