Html Css Color HEX #B49397 Viola

📋 copy color: '#B49397'

red 180 ◦ green 147 ◦ blue 151

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

Shades of Viola #B49397

Tints of Viola #B49397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

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

R = 37.66%
G = 30.75%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B49397 (or 0xB49397) is known color: Viola. HEX triplet: B4, 93 and 97. RGB value is (180,147,151). Sum of RGB (Red+Green+Blue) = 180+147+151=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B49397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49397 is #4B6C68. Grayscale: #9D9D9D. Windows color (decimal): -4942953 or 9933748. OLE color: 9933748.

HSL color Cylindrical-coordinate representation of color #B49397: hue angle of 352.73º 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 #B49397 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 151 -
CMYK 0 0.18 0.16 0.29
HSL 352.73º 0.18% 0.64% -
HSV(B) 352.73º 0.18% 0.71% -
XYZ 34.84 32.81 33.77 -
YUV 157.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 180 147 151 0 0.18 0.16 0.29 352.73 0.18 0.64
Hex B4 93 97 0 12 10 1D 161 12 40
Octal 264 223 227 0 22 20 35 541 22 100
Binary 10110100 10010011 10010111 0 10010 10000 11101 101100001 10010 1000000

Color Harmonies of #B49397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49397

Black with #B49397

Text Example


Text Example

White with #B49397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49397; }

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

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

background-color css

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

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

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

border-color css

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

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

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