Html Css Color HEX #B99D54 Husk

📋 copy color: '#B99D54'

red 185 ◦ green 157 ◦ blue 84

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

Shades of Husk #B99D54

Tints of Husk #B99D54

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.85%

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

R = 43.43%
G = 36.85%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B99D54 (or 0xB99D54) is known color: Husk. HEX triplet: B9, 9D and 54. RGB value is (185,157,84). Sum of RGB (Red+Green+Blue) = 185+157+84=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D54 is #4662AB. Grayscale: #9D9D9D. Windows color (decimal): -4612780 or 5545401. OLE color: 5545401.

HSL color Cylindrical-coordinate representation of color #B99D54: hue angle of 43.37º 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 #B99D54 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 84 -
CMYK 0 0.15 0.55 0.27
HSL 43.37º 0.42% 0.53% -
HSV(B) 43.37º 0.55% 0.73% -
XYZ 33.66 35.07 13.38 -
YUV 157.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 185 157 84 0 0.15 0.55 0.27 43.37 0.42 0.53
Hex B9 9D 54 0 F 37 1B 2B 2A 35
Octal 271 235 124 0 17 67 33 53 52 65
Binary 10111001 10011101 1010100 0 1111 110111 11011 101011 101010 110101

Color Harmonies of #B99D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D54

Black with #B99D54

Text Example


Text Example

White with #B99D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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