Html Css Color HEX #B58695 Viola

📋 copy color: '#B58695'

red 181 ◦ green 134 ◦ blue 149

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

Shades of Viola #B58695

Tints of Viola #B58695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.88%

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

R = 39.01%
G = 28.88%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B58695 (or 0xB58695) is known color: Viola. HEX triplet: B5, 86 and 95. RGB value is (181,134,149). Sum of RGB (Red+Green+Blue) = 181+134+149=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B58695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58695 is #4A796A. Grayscale: #959595. Windows color (decimal): -4880747 or 9799349. OLE color: 9799349.

HSL color Cylindrical-coordinate representation of color #B58695: hue angle of 340.85º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58695 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 149 -
CMYK 0 0.26 0.18 0.29
HSL 340.85º 0.24% 0.62% -
HSV(B) 340.85º 0.26% 0.71% -
XYZ 33.01 29.04 32.3 -
YUV 149.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 181 134 149 0 0.26 0.18 0.29 340.85 0.24 0.62
Hex B5 86 95 0 1A 12 1D 155 18 3E
Octal 265 206 225 0 32 22 35 525 30 76
Binary 10110101 10000110 10010101 0 11010 10010 11101 101010101 11000 111110

Color Harmonies of #B58695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58695

Black with #B58695

Text Example


Text Example

White with #B58695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58695; }

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

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

background-color css

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

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

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

border-color css

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

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

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