Html Css Color HEX #B19395 Viola

📋 copy color: '#B19395'

red 177 ◦ green 147 ◦ blue 149

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

Shades of Viola #B19395

Tints of Viola #B19395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

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

R = 37.42%
G = 31.08%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19395 (or 0xB19395) is known color: Viola. HEX triplet: B1, 93 and 95. RGB value is (177,147,149). Sum of RGB (Red+Green+Blue) = 177+147+149=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19395 is #4E6C6A. Grayscale: #9C9C9C. Windows color (decimal): -5139563 or 9802673. OLE color: 9802673.

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

Color convert

RGB 177 147 149 -
CMYK 0 0.17 0.16 0.31
HSL 356º 0.16% 0.64% -
HSV(B) 356º 0.17% 0.69% -
XYZ 33.99 32.38 32.89 -
YUV 156.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 177 147 149 0 0.17 0.16 0.31 356 0.16 0.64
Hex B1 93 95 0 11 10 1F 164 10 40
Octal 261 223 225 0 21 20 37 544 20 100
Binary 10110001 10010011 10010101 0 10001 10000 11111 101100100 10000 1000000

Color Harmonies of #B19395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19395

Black with #B19395

Text Example


Text Example

White with #B19395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19395; }

 p { color: rgb(177,147,149); }

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

background-color css

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

 a { background-color: rgb(177,147,149); }

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

border-color css

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

 span { border-color: rgb(177,147,149); }

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