Html Css Color HEX #B99D4B Husk

📋 copy color: '#B99D4B'

red 185 ◦ green 157 ◦ blue 75

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

Shades of Husk #B99D4B

Tints of Husk #B99D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 44.36%
G = 37.65%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B99D4B (or 0xB99D4B) is known color: Husk. HEX triplet: B9, 9D and 4B. RGB value is (185,157,75). Sum of RGB (Red+Green+Blue) = 185+157+75=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D4B is #4662B4. Grayscale: #9C9C9C. Windows color (decimal): -4612789 or 4955577. OLE color: 4955577.

HSL color Cylindrical-coordinate representation of color #B99D4B: hue angle of 44.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B99D4B is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 75 -
CMYK 0 0.15 0.59 0.27
HSL 44.73º 0.44% 0.51% -
HSV(B) 44.73º 0.59% 0.73% -
XYZ 33.33 34.94 11.64 -
YUV 156.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 185 157 75 0 0.15 0.59 0.27 44.73 0.44 0.51
Hex B9 9D 4B 0 F 3B 1B 2D 2C 33
Octal 271 235 113 0 17 73 33 55 54 63
Binary 10111001 10011101 1001011 0 1111 111011 11011 101101 101100 110011

Color Harmonies of #B99D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D4B

Black with #B99D4B

Text Example


Text Example

White with #B99D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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