Html Css Color HEX #B99E4D Husk

📋 copy color: '#B99E4D'

red 185 ◦ green 158 ◦ blue 77

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

Shades of Husk #B99E4D

Tints of Husk #B99E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

 BLUE value IS 77 (30.47% from 255) = 18.33%

R = 44.05%
G = 37.62%
B = 18.33%

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

#B99E4D (or 0xB99E4D) is known color: Husk. HEX triplet: B9, 9E and 4D. RGB value is (185,158,77). Sum of RGB (Red+Green+Blue) = 185+158+77=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E4D is #4661B2. Grayscale: #9D9D9D. Windows color (decimal): -4612531 or 5086905. OLE color: 5086905.

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

Color convert

RGB 185 158 77 -
CMYK 0 0.15 0.58 0.27
HSL 45º 0.44% 0.51% -
HSV(B) 45º 0.58% 0.73% -
XYZ 33.57 35.3 12.07 -
YUV 156.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 185 158 77 0 0.15 0.58 0.27 45 0.44 0.51
Hex B9 9E 4D 0 F 3A 1B 2D 2C 33
Octal 271 236 115 0 17 72 33 55 54 63
Binary 10111001 10011110 1001101 0 1111 111010 11011 101101 101100 110011

Color Harmonies of #B99E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E4D

Black with #B99E4D

Text Example


Text Example

White with #B99E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E4D; }

 p { color: rgb(185,158,77); }

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

background-color css

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

 a { background-color: rgb(185,158,77); }

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

border-color css

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

 span { border-color: rgb(185,158,77); }

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