Html Css Color HEX #B49096 Viola

📋 copy color: '#B49096'

red 180 ◦ green 144 ◦ blue 150

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

Shades of Viola #B49096

Tints of Viola #B49096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 37.97%
G = 30.38%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B49096 (or 0xB49096) is known color: Viola. HEX triplet: B4, 90 and 96. RGB value is (180,144,150). Sum of RGB (Red+Green+Blue) = 180+144+150=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B49096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49096 is #4B6F69. Grayscale: #9B9B9B. Windows color (decimal): -4943722 or 9867444. OLE color: 9867444.

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

Color convert

RGB 180 144 150 -
CMYK 0 0.2 0.17 0.29
HSL 350º 0.19% 0.64% -
HSV(B) 350º 0.2% 0.71% -
XYZ 34.3 31.85 33.19 -
YUV 155.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 180 144 150 0 0.2 0.17 0.29 350 0.19 0.64
Hex B4 90 96 0 14 11 1D 15E 13 40
Octal 264 220 226 0 24 21 35 536 23 100
Binary 10110100 10010000 10010110 0 10100 10001 11101 101011110 10011 1000000

Color Harmonies of #B49096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49096

Black with #B49096

Text Example


Text Example

White with #B49096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49096; }

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

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

background-color css

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

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

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

border-color css

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

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

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