Html Css Color HEX #B198A0 Viola

📋 copy color: '#B198A0'

red 177 ◦ green 152 ◦ blue 160

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

Shades of Viola #B198A0

Tints of Viola #B198A0

RGB

 RED value IS 177 (69.53% from 255) = 36.2%

 GREEN value IS 152 (59.77% from 255) = 31.08%

 BLUE value IS 160 (62.89% from 255) = 32.72%

R = 36.2%
G = 31.08%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B198A0 (or 0xB198A0) is known color: Viola. HEX triplet: B1, 98 and A0. RGB value is (177,152,160). Sum of RGB (Red+Green+Blue) = 177+152+160=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A0 is #4E675F. Grayscale: #A0A0A0. Windows color (decimal): -5138272 or 10524849. OLE color: 10524849.

HSL color Cylindrical-coordinate representation of color #B198A0: hue angle of 340.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B198A0 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 152 160 -
CMYK 0 0.14 0.10 0.31
HSL 340.8º 0.14% 0.65% -
HSV(B) 340.8º 0.14% 0.69% -
XYZ 35.7 34.34 38 -
YUV 160.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 177 152 160 0 0.14 0.10 0.31 340.8 0.14 0.65
Hex B1 98 A0 0 E A 1F 155 E 41
Octal 261 230 240 0 16 12 37 525 16 101
Binary 10110001 10011000 10100000 0 1110 1010 11111 101010101 1110 1000001

Color Harmonies of #B198A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198A0

Black with #B198A0

Text Example


Text Example

White with #B198A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198A0; }

 p { color: rgb(177,152,160); }

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

background-color css

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

 a { background-color: rgb(177,152,160); }

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

border-color css

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

 span { border-color: rgb(177,152,160); }

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