Html Css Color HEX #B49AA0 Viola

📋 copy color: '#B49AA0'

red 180 ◦ green 154 ◦ blue 160

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

Shades of Viola #B49AA0

Tints of Viola #B49AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.17%

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

R = 36.44%
G = 31.17%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B49AA0 (or 0xB49AA0) is known color: Viola. HEX triplet: B4, 9A and A0. RGB value is (180,154,160). Sum of RGB (Red+Green+Blue) = 180+154+160=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA0 is #4B655F. Grayscale: #A2A2A2. Windows color (decimal): -4941152 or 10525364. OLE color: 10525364.

HSL color Cylindrical-coordinate representation of color #B49AA0: hue angle of 346.15º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AA0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 160 -
CMYK 0 0.14 0.11 0.29
HSL 346.15º 0.15% 0.65% -
HSV(B) 346.15º 0.14% 0.71% -
XYZ 36.72 35.35 38.15 -
YUV 162.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 180 154 160 0 0.14 0.11 0.29 346.15 0.15 0.65
Hex B4 9A A0 0 E B 1D 15A F 41
Octal 264 232 240 0 16 13 35 532 17 101
Binary 10110100 10011010 10100000 0 1110 1011 11101 101011010 1111 1000001

Color Harmonies of #B49AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AA0

Black with #B49AA0

Text Example


Text Example

White with #B49AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AA0; }

 p { color: rgb(180,154,160); }

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

background-color css

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

 a { background-color: rgb(180,154,160); }

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

border-color css

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

 span { border-color: rgb(180,154,160); }

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