Html Css Color HEX #B99950 Husk

📋 copy color: '#B99950'

red 185 ◦ green 153 ◦ blue 80

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

Shades of Husk #B99950

Tints of Husk #B99950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 44.26%
G = 36.6%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B99950 (or 0xB99950) is known color: Husk. HEX triplet: B9, 99 and 50. RGB value is (185,153,80). Sum of RGB (Red+Green+Blue) = 185+153+80=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B99950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99950 is #4666AF. Grayscale: #9A9A9A. Windows color (decimal): -4613808 or 5282233. OLE color: 5282233.

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

Color convert

RGB 185 153 80 -
CMYK 0 0.17 0.57 0.27
HSL 41.71º 0.43% 0.52% -
HSV(B) 41.71º 0.57% 0.73% -
XYZ 32.85 33.68 12.36 -
YUV 154.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 185 153 80 0 0.17 0.57 0.27 41.71 0.43 0.52
Hex B9 99 50 0 11 39 1B 2A 2B 34
Octal 271 231 120 0 21 71 33 52 53 64
Binary 10111001 10011001 1010000 0 10001 111001 11011 101010 101011 110100

Color Harmonies of #B99950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99950

Black with #B99950

Text Example


Text Example

White with #B99950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99950; }

 p { color: rgb(185,153,80); }

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

background-color css

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

 a { background-color: rgb(185,153,80); }

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

border-color css

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

 span { border-color: rgb(185,153,80); }

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