Html Css Color HEX #B98493 Viola

📋 copy color: '#B98493'

red 185 ◦ green 132 ◦ blue 147

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

Shades of Viola #B98493

Tints of Viola #B98493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.45%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 39.87%
G = 28.45%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B98493 (or 0xB98493) is known color: Viola. HEX triplet: B9, 84 and 93. RGB value is (185,132,147). Sum of RGB (Red+Green+Blue) = 185+132+147=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B98493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98493 is #467B6C. Grayscale: #959595. Windows color (decimal): -4619117 or 9667769. OLE color: 9667769.

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

Color convert

RGB 185 132 147 -
CMYK 0 0.29 0.21 0.27
HSL 343.02º 0.27% 0.62% -
HSV(B) 343.02º 0.29% 0.73% -
XYZ 33.53 28.92 31.42 -
YUV 149.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 185 132 147 0 0.29 0.21 0.27 343.02 0.27 0.62
Hex B9 84 93 0 1D 15 1B 157 1B 3E
Octal 271 204 223 0 35 25 33 527 33 76
Binary 10111001 10000100 10010011 0 11101 10101 11011 101010111 11011 111110

Color Harmonies of #B98493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98493

Black with #B98493

Text Example


Text Example

White with #B98493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98493; }

 p { color: rgb(185,132,147); }

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

background-color css

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

 a { background-color: rgb(185,132,147); }

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

border-color css

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

 span { border-color: rgb(185,132,147); }

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