Html Css Color HEX #B58690 Viola

📋 copy color: '#B58690'

red 181 ◦ green 134 ◦ blue 144

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

Shades of Viola #B58690

Tints of Viola #B58690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 39.43%
G = 29.19%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B58690 (or 0xB58690) is known color: Viola. HEX triplet: B5, 86 and 90. RGB value is (181,134,144). Sum of RGB (Red+Green+Blue) = 181+134+144=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B58690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58690 is #4A796F. Grayscale: #959595. Windows color (decimal): -4880752 or 9471669. OLE color: 9471669.

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

Color convert

RGB 181 134 144 -
CMYK 0 0.26 0.20 0.29
HSL 347.23º 0.24% 0.62% -
HSV(B) 347.23º 0.26% 0.71% -
XYZ 32.62 28.89 30.24 -
YUV 149.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 181 134 144 0 0.26 0.20 0.29 347.23 0.24 0.62
Hex B5 86 90 0 1A 14 1D 15B 18 3E
Octal 265 206 220 0 32 24 35 533 30 76
Binary 10110101 10000110 10010000 0 11010 10100 11101 101011011 11000 111110

Color Harmonies of #B58690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58690

Black with #B58690

Text Example


Text Example

White with #B58690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58690; }

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

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

background-color css

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

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

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

border-color css

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

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

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