Html Css Color HEX #B99C53 Husk

📋 copy color: '#B99C53'

red 185 ◦ green 156 ◦ blue 83

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

Shades of Husk #B99C53

Tints of Husk #B99C53

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 83 (32.81% from 255) = 19.58%

R = 43.63%
G = 36.79%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B99C53 (or 0xB99C53) is known color: Husk. HEX triplet: B9, 9C and 53. RGB value is (185,156,83). Sum of RGB (Red+Green+Blue) = 185+156+83=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C53 is #4663AC. Grayscale: #9C9C9C. Windows color (decimal): -4613037 or 5479609. OLE color: 5479609.

HSL color Cylindrical-coordinate representation of color #B99C53: hue angle of 42.94º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B99C53 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 83 -
CMYK 0 0.16 0.55 0.27
HSL 42.94º 0.42% 0.53% -
HSV(B) 42.94º 0.55% 0.73% -
XYZ 33.46 34.72 13.12 -
YUV 156.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 185 156 83 0 0.16 0.55 0.27 42.94 0.42 0.53
Hex B9 9C 53 0 10 37 1B 2B 2A 35
Octal 271 234 123 0 20 67 33 53 52 65
Binary 10111001 10011100 1010011 0 10000 110111 11011 101011 101010 110101

Color Harmonies of #B99C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C53

Black with #B99C53

Text Example


Text Example

White with #B99C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C53; }

 p { color: rgb(185,156,83); }

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

background-color css

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

 a { background-color: rgb(185,156,83); }

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

border-color css

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

 span { border-color: rgb(185,156,83); }

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