#BB8A92

Color #BB8A92 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #BB8A92

Tints of Viola #BB8A92

Color information

#BB8A92 (or 0xBB8A92) is unknown color: approx Viola. HEX triplet: BB, 8A and 92. RGB value is (187,138,146). Sum of RGB (Red+Green+Blue) = 187+138+146=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8A92 is #44756D. Grayscale: #999999. Windows color (decimal): -4486510 or 9603771. OLE color: 9603771.

HSL color Cylindrical-coordinate representation of color #BB8A92: hue angle of 350.2º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8A92 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187138146-
CMYK00.260.220.27
HSL350.2º26.49%63.73%-
HSV(B)350.2º26.2%73.33%-
XYZ34.7730.8231.31-
YUV153.56123.73151.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=39.70%
G=29.30%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713814600.260.220.27350.226.4963.73
HexBB8A9201A161B15e1a40
Octal273212222032263353632100
Binary1011101110001010100100100110101011011011101011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A92; }

 p { color: rgb(187,138,146); }

 H1.HeaderClassName
 {
   color: #BB8A92;
 }
 .AnyTagClassName
 {
   color: #BB8A92;
 }
</style>
background-color css

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

 a { background-color: rgb(187,138,146); }

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

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

 span { border-color: rgb(187,138,146); }

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