Html Css Color HEX #B5868E Viola

📋 copy color: '#B5868E'

red 181 ◦ green 134 ◦ blue 142

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

Shades of Viola #B5868E

Tints of Viola #B5868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 39.61%
G = 29.32%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5868E (or 0xB5868E) is known color: Viola. HEX triplet: B5, 86 and 8E. RGB value is (181,134,142). Sum of RGB (Red+Green+Blue) = 181+134+142=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5868E is #4A7971. Grayscale: #949494. Windows color (decimal): -4880754 or 9340597. OLE color: 9340597.

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

Color convert

RGB 181 134 142 -
CMYK 0 0.26 0.22 0.29
HSL 349.79º 0.24% 0.62% -
HSV(B) 349.79º 0.26% 0.71% -
XYZ 32.46 28.83 29.44 -
YUV 148.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 181 134 142 0 0.26 0.22 0.29 349.79 0.24 0.62
Hex B5 86 8E 0 1A 16 1D 15E 18 3E
Octal 265 206 216 0 32 26 35 536 30 76
Binary 10110101 10000110 10001110 0 11010 10110 11101 101011110 11000 111110

Color Harmonies of #B5868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5868E

Black with #B5868E

Text Example


Text Example

White with #B5868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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