Html Css Color HEX #B99D4F Husk

📋 copy color: '#B99D4F'

red 185 ◦ green 157 ◦ blue 79

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

Shades of Husk #B99D4F

Tints of Husk #B99D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.76%

R = 43.94%
G = 37.29%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B99D4F (or 0xB99D4F) is known color: Husk. HEX triplet: B9, 9D and 4F. RGB value is (185,157,79). Sum of RGB (Red+Green+Blue) = 185+157+79=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D4F is #4662B0. Grayscale: #9C9C9C. Windows color (decimal): -4612785 or 5217721. OLE color: 5217721.

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

Color convert

RGB 185 157 79 -
CMYK 0 0.15 0.57 0.27
HSL 44.15º 0.43% 0.52% -
HSV(B) 44.15º 0.57% 0.73% -
XYZ 33.48 34.99 12.39 -
YUV 156.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 185 157 79 0 0.15 0.57 0.27 44.15 0.43 0.52
Hex B9 9D 4F 0 F 39 1B 2C 2B 34
Octal 271 235 117 0 17 71 33 54 53 64
Binary 10111001 10011101 1001111 0 1111 111001 11011 101100 101011 110100

Color Harmonies of #B99D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D4F

Black with #B99D4F

Text Example


Text Example

White with #B99D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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