Html Css Color HEX #B99499 Viola

📋 copy color: '#B99499'

red 185 ◦ green 148 ◦ blue 153

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

Shades of Viola #B99499

Tints of Viola #B99499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 38.07%
G = 30.45%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B99499 (or 0xB99499) is known color: Viola. HEX triplet: B9, 94 and 99. RGB value is (185,148,153). Sum of RGB (Red+Green+Blue) = 185+148+153=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B99499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99499 is #466B66. Grayscale: #9F9F9F. Windows color (decimal): -4615015 or 10065081. OLE color: 10065081.

HSL color Cylindrical-coordinate representation of color #B99499: hue angle of 351.89º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B99499 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 153 -
CMYK 0 0.20 0.17 0.27
HSL 351.89º 0.21% 0.65% -
HSV(B) 351.89º 0.2% 0.73% -
XYZ 36.35 33.79 34.74 -
YUV 159.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 185 148 153 0 0.20 0.17 0.27 351.89 0.21 0.65
Hex B9 94 99 0 14 11 1B 160 15 41
Octal 271 224 231 0 24 21 33 540 25 101
Binary 10111001 10010100 10011001 0 10100 10001 11011 101100000 10101 1000001

Color Harmonies of #B99499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99499

Black with #B99499

Text Example


Text Example

White with #B99499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99499; }

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

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

background-color css

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

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

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

border-color css

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

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

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