Html Css Color HEX #B59AA0 Viola

📋 copy color: '#B59AA0'

red 181 ◦ green 154 ◦ blue 160

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

Shades of Viola #B59AA0

Tints of Viola #B59AA0

RGB

 RED value IS 181 (71.09% from 255) = 36.57%

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

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

R = 36.57%
G = 31.11%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B59AA0 (or 0xB59AA0) is known color: Viola. HEX triplet: B5, 9A and A0. RGB value is (181,154,160). Sum of RGB (Red+Green+Blue) = 181+154+160=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AA0 is #4A655F. Grayscale: #A2A2A2. Windows color (decimal): -4875616 or 10525365. OLE color: 10525365.

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

Color convert

RGB 181 154 160 -
CMYK 0 0.15 0.12 0.29
HSL 346.67º 0.15% 0.66% -
HSV(B) 346.67º 0.15% 0.71% -
XYZ 36.96 35.47 38.16 -
YUV 162.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 181 154 160 0 0.15 0.12 0.29 346.67 0.15 0.66
Hex B5 9A A0 0 F C 1D 15B F 42
Octal 265 232 240 0 17 14 35 533 17 102
Binary 10110101 10011010 10100000 0 1111 1100 11101 101011011 1111 1000010

Color Harmonies of #B59AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59AA0

Black with #B59AA0

Text Example


Text Example

White with #B59AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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