Html Css Color HEX #B99F50 Husk

📋 copy color: '#B99F50'

red 185 ◦ green 159 ◦ blue 80

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

Shades of Husk #B99F50

Tints of Husk #B99F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 43.63%
G = 37.5%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B99F50 (or 0xB99F50) is known color: Husk. HEX triplet: B9, 9F and 50. RGB value is (185,159,80). Sum of RGB (Red+Green+Blue) = 185+159+80=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F50 is #4660AF. Grayscale: #9E9E9E. Windows color (decimal): -4612272 or 5283769. OLE color: 5283769.

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

Color convert

RGB 185 159 80 -
CMYK 0 0.14 0.57 0.27
HSL 45.14º 0.43% 0.52% -
HSV(B) 45.14º 0.57% 0.73% -
XYZ 33.85 35.69 12.69 -
YUV 157.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 185 159 80 0 0.14 0.57 0.27 45.14 0.43 0.52
Hex B9 9F 50 0 E 39 1B 2D 2B 34
Octal 271 237 120 0 16 71 33 55 53 64
Binary 10111001 10011111 1010000 0 1110 111001 11011 101101 101011 110100

Color Harmonies of #B99F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F50

Black with #B99F50

Text Example


Text Example

White with #B99F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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