Html Css Color HEX #B99295 Viola

📋 copy color: '#B99295'

red 185 ◦ green 146 ◦ blue 149

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

Shades of Viola #B99295

Tints of Viola #B99295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 38.54%
G = 30.42%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B99295 (or 0xB99295) is known color: Viola. HEX triplet: B9, 92 and 95. RGB value is (185,146,149). Sum of RGB (Red+Green+Blue) = 185+146+149=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B99295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99295 is #466D6A. Grayscale: #9E9E9E. Windows color (decimal): -4615531 or 9802425. OLE color: 9802425.

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

Color convert

RGB 185 146 149 -
CMYK 0 0.21 0.19 0.27
HSL 355.38º 0.22% 0.65% -
HSV(B) 355.38º 0.21% 0.73% -
XYZ 35.71 33.04 32.93 -
YUV 158 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 185 146 149 0 0.21 0.19 0.27 355.38 0.22 0.65
Hex B9 92 95 0 15 13 1B 163 16 41
Octal 271 222 225 0 25 23 33 543 26 101
Binary 10111001 10010010 10010101 0 10101 10011 11011 101100011 10110 1000001

Color Harmonies of #B99295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99295

Black with #B99295

Text Example


Text Example

White with #B99295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99295; }

 p { color: rgb(185,146,149); }

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

background-color css

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

 a { background-color: rgb(185,146,149); }

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

border-color css

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

 span { border-color: rgb(185,146,149); }

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