Html Css Color HEX #B49095 Viola

📋 copy color: '#B49095'

red 180 ◦ green 144 ◦ blue 149

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

Shades of Viola #B49095

Tints of Viola #B49095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 38.05%
G = 30.44%
B = 31.5%

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

#B49095 (or 0xB49095) is known color: Viola. HEX triplet: B4, 90 and 95. RGB value is (180,144,149). Sum of RGB (Red+Green+Blue) = 180+144+149=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B49095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49095 is #4B6F6A. Grayscale: #9B9B9B. Windows color (decimal): -4943723 or 9801908. OLE color: 9801908.

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

Color convert

RGB 180 144 149 -
CMYK 0 0.2 0.17 0.29
HSL 351.67º 0.19% 0.64% -
HSV(B) 351.67º 0.2% 0.71% -
XYZ 34.22 31.82 32.77 -
YUV 155.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 180 144 149 0 0.2 0.17 0.29 351.67 0.19 0.64
Hex B4 90 95 0 14 11 1D 160 13 40
Octal 264 220 225 0 24 21 35 540 23 100
Binary 10110100 10010000 10010101 0 10100 10001 11101 101100000 10011 1000000

Color Harmonies of #B49095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49095

Black with #B49095

Text Example


Text Example

White with #B49095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49095; }

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

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

background-color css

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

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

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

border-color css

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

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

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