Html Css Color HEX #B5888D Viola

📋 copy color: '#B5888D'

red 181 ◦ green 136 ◦ blue 141

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

Shades of Viola #B5888D

Tints of Viola #B5888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.69%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 39.52%
G = 29.69%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5888D (or 0xB5888D) is known color: Viola. HEX triplet: B5, 88 and 8D. RGB value is (181,136,141). Sum of RGB (Red+Green+Blue) = 181+136+141=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5888D is #4A7772. Grayscale: #969696. Windows color (decimal): -4880243 or 9275573. OLE color: 9275573.

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

Color convert

RGB 181 136 141 -
CMYK 0 0.25 0.22 0.29
HSL 353.33º 0.23% 0.62% -
HSV(B) 353.33º 0.25% 0.71% -
XYZ 32.67 29.36 29.14 -
YUV 150.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 181 136 141 0 0.25 0.22 0.29 353.33 0.23 0.62
Hex B5 88 8D 0 19 16 1D 161 17 3E
Octal 265 210 215 0 31 26 35 541 27 76
Binary 10110101 10001000 10001101 0 11001 10110 11101 101100001 10111 111110

Color Harmonies of #B5888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5888D

Black with #B5888D

Text Example


Text Example

White with #B5888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5888D; }

 p { color: rgb(181,136,141); }

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

background-color css

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

 a { background-color: rgb(181,136,141); }

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

border-color css

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

 span { border-color: rgb(181,136,141); }

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