#bb5c83

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

Shades of Tapestry #BB5C83

Tints of Tapestry #BB5C83

Color information

#BB5C83 (or 0xBB5C83) is unknown color: approx Tapestry. HEX triplet: BB, 5C and 83. RGB value is (187,92,131). Sum of RGB (Red+Green+Blue) = 187+92+131=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C83 is #44A37C. Grayscale: #7C7C7C. Windows color (decimal): -4498301 or 8608955. OLE color: 8608955.

HSL color Cylindrical-coordinate representation of color #BB5C83: hue angle of 335.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5C83 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18792131-
CMYK00.510.300.27
HSL335.37º41.13%54.71%-
HSV(B)335.37º50.8%73.33%-
XYZ28.4219.8623.81-
YUV124.85131.47172.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=45.61%
G=22.44%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879213100.510.300.27335.3741.1354.71
HexBB5C830331E1B14f2937
Octal27313420306336335175167
Binary1011101110111001000001101100111111011011101001111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5c83; }

 p { color: rgb(187,92,131); }

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

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

 a { background-color: rgb(187,92,131); }

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

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

 span { border-color: rgb(187,92,131); }

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