Html Css Color HEX #B99A4D Husk

📋 copy color: '#B99A4D'

red 185 ◦ green 154 ◦ blue 77

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

Shades of Husk #B99A4D

Tints of Husk #B99A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

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

R = 44.47%
G = 37.02%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B99A4D (or 0xB99A4D) is known color: Husk. HEX triplet: B9, 9A and 4D. RGB value is (185,154,77). Sum of RGB (Red+Green+Blue) = 185+154+77=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A4D is #4665B2. Grayscale: #9A9A9A. Windows color (decimal): -4613555 or 5085881. OLE color: 5085881.

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

Color convert

RGB 185 154 77 -
CMYK 0 0.17 0.58 0.27
HSL 42.78º 0.44% 0.51% -
HSV(B) 42.78º 0.58% 0.73% -
XYZ 32.9 33.96 11.84 -
YUV 154.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 185 154 77 0 0.17 0.58 0.27 42.78 0.44 0.51
Hex B9 9A 4D 0 11 3A 1B 2B 2C 33
Octal 271 232 115 0 21 72 33 53 54 63
Binary 10111001 10011010 1001101 0 10001 111010 11011 101011 101100 110011

Color Harmonies of #B99A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A4D

Black with #B99A4D

Text Example


Text Example

White with #B99A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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