Html Css Color HEX #B58996 Viola

📋 copy color: '#B58996'

red 181 ◦ green 137 ◦ blue 150

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

Shades of Viola #B58996

Tints of Viola #B58996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.27%

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

R = 38.68%
G = 29.27%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B58996 (or 0xB58996) is known color: Viola. HEX triplet: B5, 89 and 96. RGB value is (181,137,150). Sum of RGB (Red+Green+Blue) = 181+137+150=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B58996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58996 is #4A7669. Grayscale: #979797. Windows color (decimal): -4879978 or 9865653. OLE color: 9865653.

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

Color convert

RGB 181 137 150 -
CMYK 0 0.24 0.17 0.29
HSL 342.27º 0.23% 0.62% -
HSV(B) 342.27º 0.24% 0.71% -
XYZ 33.51 29.92 32.86 -
YUV 151.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 181 137 150 0 0.24 0.17 0.29 342.27 0.23 0.62
Hex B5 89 96 0 18 11 1D 156 17 3E
Octal 265 211 226 0 30 21 35 526 27 76
Binary 10110101 10001001 10010110 0 11000 10001 11101 101010110 10111 111110

Color Harmonies of #B58996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58996

Black with #B58996

Text Example


Text Example

White with #B58996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58996; }

 p { color: rgb(181,137,150); }

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

background-color css

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

 a { background-color: rgb(181,137,150); }

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

border-color css

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

 span { border-color: rgb(181,137,150); }

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