Html Css Color HEX #B99C4A Husk

📋 copy color: '#B99C4A'

red 185 ◦ green 156 ◦ blue 74

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

Shades of Husk #B99C4A

Tints of Husk #B99C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 44.58%
G = 37.59%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B99C4A (or 0xB99C4A) is known color: Husk. HEX triplet: B9, 9C and 4A. RGB value is (185,156,74). Sum of RGB (Red+Green+Blue) = 185+156+74=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C4A is #4663B5. Grayscale: #9B9B9B. Windows color (decimal): -4613046 or 4889785. OLE color: 4889785.

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

Color convert

RGB 185 156 74 -
CMYK 0 0.16 0.6 0.27
HSL 44.32º 0.44% 0.51% -
HSV(B) 44.32º 0.6% 0.73% -
XYZ 33.13 34.59 11.41 -
YUV 155.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 185 156 74 0 0.16 0.6 0.27 44.32 0.44 0.51
Hex B9 9C 4A 0 10 3C 1B 2C 2C 33
Octal 271 234 112 0 20 74 33 54 54 63
Binary 10111001 10011100 1001010 0 10000 111100 11011 101100 101100 110011

Color Harmonies of #B99C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C4A

Black with #B99C4A

Text Example


Text Example

White with #B99C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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