Html Css Color HEX #B49194 Viola

📋 copy color: '#B49194'

red 180 ◦ green 145 ◦ blue 148

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

Shades of Viola #B49194

Tints of Viola #B49194

RGB

 RED value IS 180 (70.7% from 255) = 38.05%

 GREEN value IS 145 (57.03% from 255) = 30.66%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 38.05%
G = 30.66%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B49194 (or 0xB49194) is known color: Viola. HEX triplet: B4, 91 and 94. RGB value is (180,145,148). Sum of RGB (Red+Green+Blue) = 180+145+148=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B49194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49194 is #4B6E6B. Grayscale: #9B9B9B. Windows color (decimal): -4943468 or 9736628. OLE color: 9736628.

HSL color Cylindrical-coordinate representation of color #B49194: hue angle of 354.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49194 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 148 -
CMYK 0 0.19 0.18 0.29
HSL 354.86º 0.19% 0.64% -
HSV(B) 354.86º 0.19% 0.71% -
XYZ 34.29 32.09 32.4 -
YUV 155.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 180 145 148 0 0.19 0.18 0.29 354.86 0.19 0.64
Hex B4 91 94 0 13 12 1D 163 13 40
Octal 264 221 224 0 23 22 35 543 23 100
Binary 10110100 10010001 10010100 0 10011 10010 11101 101100011 10011 1000000

Color Harmonies of #B49194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49194

Black with #B49194

Text Example


Text Example

White with #B49194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49194; }

 p { color: rgb(180,145,148); }

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

background-color css

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

 a { background-color: rgb(180,145,148); }

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

border-color css

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

 span { border-color: rgb(180,145,148); }

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