Html Css Color HEX #B59095 Viola

📋 copy color: '#B59095'

red 181 ◦ green 144 ◦ blue 149

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

Shades of Viola #B59095

Tints of Viola #B59095

RGB

 RED value IS 181 (71.09% from 255) = 38.19%

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

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

R = 38.19%
G = 30.38%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B59095 (or 0xB59095) is known color: Viola. HEX triplet: B5, 90 and 95. RGB value is (181,144,149). Sum of RGB (Red+Green+Blue) = 181+144+149=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B59095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59095 is #4A6F6A. Grayscale: #9B9B9B. Windows color (decimal): -4878187 or 9801909. OLE color: 9801909.

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

Color convert

RGB 181 144 149 -
CMYK 0 0.20 0.18 0.29
HSL 351.89º 0.2% 0.64% -
HSV(B) 351.89º 0.2% 0.71% -
XYZ 34.45 31.94 32.78 -
YUV 155.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 181 144 149 0 0.20 0.18 0.29 351.89 0.2 0.64
Hex B5 90 95 0 14 12 1D 160 14 40
Octal 265 220 225 0 24 22 35 540 24 100
Binary 10110101 10010000 10010101 0 10100 10010 11101 101100000 10100 1000000

Color Harmonies of #B59095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59095

Black with #B59095

Text Example


Text Example

White with #B59095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59095; }

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

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

background-color css

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

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

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

border-color css

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

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

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