Html Css Color HEX #B49499 Viola

📋 copy color: '#B49499'

red 180 ◦ green 148 ◦ blue 153

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

Shades of Viola #B49499

Tints of Viola #B49499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

 BLUE value IS 153 (60.16% from 255) = 31.81%

R = 37.42%
G = 30.77%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B49499 (or 0xB49499) is known color: Viola. HEX triplet: B4, 94 and 99. RGB value is (180,148,153). Sum of RGB (Red+Green+Blue) = 180+148+153=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B49499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49499 is #4B6B66. Grayscale: #9E9E9E. Windows color (decimal): -4942695 or 10065076. OLE color: 10065076.

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

Color convert

RGB 180 148 153 -
CMYK 0 0.18 0.15 0.29
HSL 350.63º 0.18% 0.64% -
HSV(B) 350.63º 0.18% 0.71% -
XYZ 35.16 33.18 34.69 -
YUV 158.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 180 148 153 0 0.18 0.15 0.29 350.63 0.18 0.64
Hex B4 94 99 0 12 F 1D 15F 12 40
Octal 264 224 231 0 22 17 35 537 22 100
Binary 10110100 10010100 10011001 0 10010 1111 11101 101011111 10010 1000000

Color Harmonies of #B49499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49499

Black with #B49499

Text Example


Text Example

White with #B49499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49499; }

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

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

background-color css

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

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

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

border-color css

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

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

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