Html Css Color HEX #B49097 Viola

📋 copy color: '#B49097'

red 180 ◦ green 144 ◦ blue 151

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

Shades of Viola #B49097

Tints of Viola #B49097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.32%

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 37.89%
G = 30.32%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B49097 (or 0xB49097) is known color: Viola. HEX triplet: B4, 90 and 97. RGB value is (180,144,151). Sum of RGB (Red+Green+Blue) = 180+144+151=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B49097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49097 is #4B6F68. Grayscale: #9B9B9B. Windows color (decimal): -4943721 or 9932980. OLE color: 9932980.

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

Color convert

RGB 180 144 151 -
CMYK 0 0.2 0.16 0.29
HSL 348.33º 0.19% 0.64% -
HSV(B) 348.33º 0.2% 0.71% -
XYZ 34.38 31.88 33.62 -
YUV 155.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 180 144 151 0 0.2 0.16 0.29 348.33 0.19 0.64
Hex B4 90 97 0 14 10 1D 15C 13 40
Octal 264 220 227 0 24 20 35 534 23 100
Binary 10110100 10010000 10010111 0 10100 10000 11101 101011100 10011 1000000

Color Harmonies of #B49097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49097

Black with #B49097

Text Example


Text Example

White with #B49097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49097; }

 p { color: rgb(180,144,151); }

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

background-color css

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

 a { background-color: rgb(180,144,151); }

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

border-color css

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

 span { border-color: rgb(180,144,151); }

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