Html Css Color HEX #B99E4A Husk

📋 copy color: '#B99E4A'

red 185 ◦ green 158 ◦ blue 74

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

Shades of Husk #B99E4A

Tints of Husk #B99E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 44.36%
G = 37.89%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B99E4A (or 0xB99E4A) is known color: Husk. HEX triplet: B9, 9E and 4A. RGB value is (185,158,74). Sum of RGB (Red+Green+Blue) = 185+158+74=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E4A is #4661B5. Grayscale: #9C9C9C. Windows color (decimal): -4612534 or 4890297. OLE color: 4890297.

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

Color convert

RGB 185 158 74 -
CMYK 0 0.15 0.6 0.27
HSL 45.41º 0.44% 0.51% -
HSV(B) 45.41º 0.6% 0.73% -
XYZ 33.47 35.26 11.52 -
YUV 156.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 185 158 74 0 0.15 0.6 0.27 45.41 0.44 0.51
Hex B9 9E 4A 0 F 3C 1B 2D 2C 33
Octal 271 236 112 0 17 74 33 55 54 63
Binary 10111001 10011110 1001010 0 1111 111100 11011 101101 101100 110011

Color Harmonies of #B99E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E4A

Black with #B99E4A

Text Example


Text Example

White with #B99E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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