Html Css Color HEX #B19CA2 Viola

📋 copy color: '#B19CA2'

red 177 ◦ green 156 ◦ blue 162

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

Shades of Viola #B19CA2

Tints of Viola #B19CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 35.76%
G = 31.52%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B19CA2 (or 0xB19CA2) is known color: Viola. HEX triplet: B1, 9C and A2. RGB value is (177,156,162). Sum of RGB (Red+Green+Blue) = 177+156+162=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CA2 is #4E635D. Grayscale: #A2A2A2. Windows color (decimal): -5137246 or 10656945. OLE color: 10656945.

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

Color convert

RGB 177 156 162 -
CMYK 0 0.12 0.08 0.31
HSL 342.86º 0.12% 0.65% -
HSV(B) 342.86º 0.12% 0.69% -
XYZ 36.54 35.73 39.15 -
YUV 162.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 177 156 162 0 0.12 0.08 0.31 342.86 0.12 0.65
Hex B1 9C A2 0 C 8 1F 157 C 41
Octal 261 234 242 0 14 10 37 527 14 101
Binary 10110001 10011100 10100010 0 1100 1000 11111 101010111 1100 1000001

Color Harmonies of #B19CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CA2

Black with #B19CA2

Text Example


Text Example

White with #B19CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CA2; }

 p { color: rgb(177,156,162); }

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

background-color css

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

 a { background-color: rgb(177,156,162); }

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

border-color css

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

 span { border-color: rgb(177,156,162); }

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