Html Css Color HEX #B99F47 Husk

📋 copy color: '#B99F47'

red 185 ◦ green 159 ◦ blue 71

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

Shades of Husk #B99F47

Tints of Husk #B99F47

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.31%

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 44.58%
G = 38.31%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B99F47 (or 0xB99F47) is known color: Husk. HEX triplet: B9, 9F and 47. RGB value is (185,159,71). Sum of RGB (Red+Green+Blue) = 185+159+71=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F47 is #4660B8. Grayscale: #9D9D9D. Windows color (decimal): -4612281 or 4693945. OLE color: 4693945.

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

Color convert

RGB 185 159 71 -
CMYK 0 0.14 0.62 0.27
HSL 46.32º 0.45% 0.5% -
HSV(B) 46.32º 0.62% 0.73% -
XYZ 33.54 35.57 11.06 -
YUV 156.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 185 159 71 0 0.14 0.62 0.27 46.32 0.45 0.5
Hex B9 9F 47 0 E 3E 1B 2E 2D 32
Octal 271 237 107 0 16 76 33 56 55 62
Binary 10111001 10011111 1000111 0 1110 111110 11011 101110 101101 110010

Color Harmonies of #B99F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F47

Black with #B99F47

Text Example


Text Example

White with #B99F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F47; }

 p { color: rgb(185,159,71); }

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

background-color css

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

 a { background-color: rgb(185,159,71); }

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

border-color css

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

 span { border-color: rgb(185,159,71); }

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