Html Css Color HEX #B88C95 Viola

📋 copy color: '#B88C95'

red 184 ◦ green 140 ◦ blue 149

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

Shades of Viola #B88C95

Tints of Viola #B88C95

RGB

 RED value IS 184 (72.27% from 255) = 38.9%

 GREEN value IS 140 (55.08% from 255) = 29.6%

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

R = 38.9%
G = 29.6%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B88C95 (or 0xB88C95) is known color: Viola. HEX triplet: B8, 8C and 95. RGB value is (184,140,149). Sum of RGB (Red+Green+Blue) = 184+140+149=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C95 is #47736A. Grayscale: #9A9A9A. Windows color (decimal): -4682603 or 9800888. OLE color: 9800888.

HSL color Cylindrical-coordinate representation of color #B88C95: hue angle of 347.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88C95 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 140 149 -
CMYK 0 0.24 0.19 0.28
HSL 347.73º 0.24% 0.64% -
HSV(B) 347.73º 0.24% 0.72% -
XYZ 34.57 31.12 32.62 -
YUV 154.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 184 140 149 0 0.24 0.19 0.28 347.73 0.24 0.64
Hex B8 8C 95 0 18 13 1C 15C 18 40
Octal 270 214 225 0 30 23 34 534 30 100
Binary 10111000 10001100 10010101 0 11000 10011 11100 101011100 11000 1000000

Color Harmonies of #B88C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C95

Black with #B88C95

Text Example


Text Example

White with #B88C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C95; }

 p { color: rgb(184,140,149); }

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

background-color css

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

 a { background-color: rgb(184,140,149); }

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

border-color css

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

 span { border-color: rgb(184,140,149); }

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