Html Css Color HEX #B99D4E Husk

📋 copy color: '#B99D4E'

red 185 ◦ green 157 ◦ blue 78

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

Shades of Husk #B99D4E

Tints of Husk #B99D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.57%

R = 44.05%
G = 37.38%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B99D4E (or 0xB99D4E) is known color: Husk. HEX triplet: B9, 9D and 4E. RGB value is (185,157,78). Sum of RGB (Red+Green+Blue) = 185+157+78=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D4E is #4662B1. Grayscale: #9C9C9C. Windows color (decimal): -4612786 or 5152185. OLE color: 5152185.

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

Color convert

RGB 185 157 78 -
CMYK 0 0.15 0.58 0.27
HSL 44.3º 0.43% 0.52% -
HSV(B) 44.3º 0.58% 0.73% -
XYZ 33.44 34.98 12.2 -
YUV 156.37 83.78 148.42 -
System Red Green Blue C M Y K H S L
Decimal 185 157 78 0 0.15 0.58 0.27 44.3 0.43 0.52
Hex B9 9D 4E 0 F 3A 1B 2C 2B 34
Octal 271 235 116 0 17 72 33 54 53 64
Binary 10111001 10011101 1001110 0 1111 111010 11011 101100 101011 110100

Color Harmonies of #B99D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D4E

Black with #B99D4E

Text Example


Text Example

White with #B99D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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