Html Css Color HEX #B99498 Viola

📋 copy color: '#B99498'

red 185 ◦ green 148 ◦ blue 152

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

Shades of Viola #B99498

Tints of Viola #B99498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 38.14%
G = 30.52%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B99498 (or 0xB99498) is known color: Viola. HEX triplet: B9, 94 and 98. RGB value is (185,148,152). Sum of RGB (Red+Green+Blue) = 185+148+152=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99498 is #466B67. Grayscale: #9F9F9F. Windows color (decimal): -4615016 or 9999545. OLE color: 9999545.

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

Color convert

RGB 185 148 152 -
CMYK 0 0.20 0.18 0.27
HSL 353.51º 0.21% 0.65% -
HSV(B) 353.51º 0.2% 0.73% -
XYZ 36.26 33.76 34.31 -
YUV 159.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 185 148 152 0 0.20 0.18 0.27 353.51 0.21 0.65
Hex B9 94 98 0 14 12 1B 162 15 41
Octal 271 224 230 0 24 22 33 542 25 101
Binary 10111001 10010100 10011000 0 10100 10010 11011 101100010 10101 1000001

Color Harmonies of #B99498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99498

Black with #B99498

Text Example


Text Example

White with #B99498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99498; }

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

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

background-color css

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

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

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

border-color css

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

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

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