Html Css Color HEX #B99C4C Husk

📋 copy color: '#B99C4C'

red 185 ◦ green 156 ◦ blue 76

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

Shades of Husk #B99C4C

Tints of Husk #B99C4C

RGB

 RED value IS 185 (72.66% from 255) = 44.36%

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

 BLUE value IS 76 (30.08% from 255) = 18.23%

R = 44.36%
G = 37.41%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B99C4C (or 0xB99C4C) is known color: Husk. HEX triplet: B9, 9C and 4C. RGB value is (185,156,76). Sum of RGB (Red+Green+Blue) = 185+156+76=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C4C is #4663B3. Grayscale: #9B9B9B. Windows color (decimal): -4613044 or 5020857. OLE color: 5020857.

HSL color Cylindrical-coordinate representation of color #B99C4C: hue angle of 44.04º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B99C4C is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 76 -
CMYK 0 0.16 0.59 0.27
HSL 44.04º 0.44% 0.51% -
HSV(B) 44.04º 0.59% 0.73% -
XYZ 33.2 34.61 11.77 -
YUV 155.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 185 156 76 0 0.16 0.59 0.27 44.04 0.44 0.51
Hex B9 9C 4C 0 10 3B 1B 2C 2C 33
Octal 271 234 114 0 20 73 33 54 54 63
Binary 10111001 10011100 1001100 0 10000 111011 11011 101100 101100 110011

Color Harmonies of #B99C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C4C

Black with #B99C4C

Text Example


Text Example

White with #B99C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C4C; }

 p { color: rgb(185,156,76); }

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

background-color css

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

 a { background-color: rgb(185,156,76); }

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

border-color css

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

 span { border-color: rgb(185,156,76); }

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