Html Css Color HEX #B99C48 Husk

📋 copy color: '#B99C48'

red 185 ◦ green 156 ◦ blue 72

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

Shades of Husk #B99C48

Tints of Husk #B99C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 44.79%
G = 37.77%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99C48 (or 0xB99C48) is known color: Husk. HEX triplet: B9, 9C and 48. RGB value is (185,156,72). Sum of RGB (Red+Green+Blue) = 185+156+72=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C48 is #4663B7. Grayscale: #9B9B9B. Windows color (decimal): -4613048 or 4758713. OLE color: 4758713.

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

Color convert

RGB 185 156 72 -
CMYK 0 0.16 0.61 0.27
HSL 44.6º 0.45% 0.5% -
HSV(B) 44.6º 0.61% 0.73% -
XYZ 33.07 34.56 11.06 -
YUV 155.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 185 156 72 0 0.16 0.61 0.27 44.6 0.45 0.5
Hex B9 9C 48 0 10 3D 1B 2D 2D 32
Octal 271 234 110 0 20 75 33 55 55 62
Binary 10111001 10011100 1001000 0 10000 111101 11011 101101 101101 110010

Color Harmonies of #B99C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C48

Black with #B99C48

Text Example


Text Example

White with #B99C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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