Html Css Color HEX #B98295 Viola

📋 copy color: '#B98295'

red 185 ◦ green 130 ◦ blue 149

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

Shades of Viola #B98295

Tints of Viola #B98295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.02%

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

R = 39.87%
G = 28.02%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B98295 (or 0xB98295) is known color: Viola. HEX triplet: B9, 82 and 95. RGB value is (185,130,149). Sum of RGB (Red+Green+Blue) = 185+130+149=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B98295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98295 is #467D6A. Grayscale: #949494. Windows color (decimal): -4619627 or 9798329. OLE color: 9798329.

HSL color Cylindrical-coordinate representation of color #B98295: hue angle of 339.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98295 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 149 -
CMYK 0 0.30 0.19 0.27
HSL 339.27º 0.28% 0.62% -
HSV(B) 339.27º 0.3% 0.73% -
XYZ 33.42 28.45 32.16 -
YUV 148.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 185 130 149 0 0.30 0.19 0.27 339.27 0.28 0.62
Hex B9 82 95 0 1E 13 1B 153 1C 3E
Octal 271 202 225 0 36 23 33 523 34 76
Binary 10111001 10000010 10010101 0 11110 10011 11011 101010011 11100 111110

Color Harmonies of #B98295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98295

Black with #B98295

Text Example


Text Example

White with #B98295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98295; }

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

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

background-color css

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

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

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

border-color css

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

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

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