Html Css Color HEX #B19496 Viola

📋 copy color: '#B19496'

red 177 ◦ green 148 ◦ blue 150

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

Shades of Viola #B19496

Tints of Viola #B19496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 37.26%
G = 31.16%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B19496 (or 0xB19496) is known color: Viola. HEX triplet: B1, 94 and 96. RGB value is (177,148,150). Sum of RGB (Red+Green+Blue) = 177+148+150=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B19496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19496 is #4E6B69. Grayscale: #9C9C9C. Windows color (decimal): -5139306 or 9868465. OLE color: 9868465.

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

Color convert

RGB 177 148 150 -
CMYK 0 0.16 0.15 0.31
HSL 355.86º 0.16% 0.64% -
HSV(B) 355.86º 0.16% 0.69% -
XYZ 34.23 32.73 33.37 -
YUV 156.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 177 148 150 0 0.16 0.15 0.31 355.86 0.16 0.64
Hex B1 94 96 0 10 F 1F 164 10 40
Octal 261 224 226 0 20 17 37 544 20 100
Binary 10110001 10010100 10010110 0 10000 1111 11111 101100100 10000 1000000

Color Harmonies of #B19496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19496

Black with #B19496

Text Example


Text Example

White with #B19496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19496; }

 p { color: rgb(177,148,150); }

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

background-color css

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

 a { background-color: rgb(177,148,150); }

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

border-color css

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

 span { border-color: rgb(177,148,150); }

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