Html Css Color HEX #B99B53 Husk

📋 copy color: '#B99B53'

red 185 ◦ green 155 ◦ blue 83

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

Shades of Husk #B99B53

Tints of Husk #B99B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

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

R = 43.74%
G = 36.64%
B = 19.62%

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

#B99B53 (or 0xB99B53) is known color: Husk. HEX triplet: B9, 9B and 53. RGB value is (185,155,83). Sum of RGB (Red+Green+Blue) = 185+155+83=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B53 is #4664AC. Grayscale: #9C9C9C. Windows color (decimal): -4613293 or 5479353. OLE color: 5479353.

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

Color convert

RGB 185 155 83 -
CMYK 0 0.16 0.55 0.27
HSL 42.35º 0.42% 0.53% -
HSV(B) 42.35º 0.55% 0.73% -
XYZ 33.29 34.38 13.07 -
YUV 155.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 185 155 83 0 0.16 0.55 0.27 42.35 0.42 0.53
Hex B9 9B 53 0 10 37 1B 2A 2A 35
Octal 271 233 123 0 20 67 33 52 52 65
Binary 10111001 10011011 1010011 0 10000 110111 11011 101010 101010 110101

Color Harmonies of #B99B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B53

Black with #B99B53

Text Example


Text Example

White with #B99B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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