Html Css Color HEX #B99F54 Husk

📋 copy color: '#B99F54'

red 185 ◦ green 159 ◦ blue 84

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

Shades of Husk #B99F54

Tints of Husk #B99F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 43.22%
G = 37.15%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B99F54 (or 0xB99F54) is known color: Husk. HEX triplet: B9, 9F and 54. RGB value is (185,159,84). Sum of RGB (Red+Green+Blue) = 185+159+84=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F54 is #4660AB. Grayscale: #9E9E9E. Windows color (decimal): -4612268 or 5545913. OLE color: 5545913.

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

Color convert

RGB 185 159 84 -
CMYK 0 0.14 0.55 0.27
HSL 44.55º 0.42% 0.53% -
HSV(B) 44.55º 0.55% 0.73% -
XYZ 34.01 35.75 13.5 -
YUV 158.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 185 159 84 0 0.14 0.55 0.27 44.55 0.42 0.53
Hex B9 9F 54 0 E 37 1B 2D 2A 35
Octal 271 237 124 0 16 67 33 55 52 65
Binary 10111001 10011111 1010100 0 1110 110111 11011 101101 101010 110101

Color Harmonies of #B99F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F54

Black with #B99F54

Text Example


Text Example

White with #B99F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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