#BB638C

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

Shades of Tapestry #BB638C

Tints of Tapestry #BB638C

Color information

#BB638C (or 0xBB638C) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 8C. RGB value is (187,99,140). Sum of RGB (Red+Green+Blue) = 187+99+140=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB638C is #449C73. Grayscale: #818181. Windows color (decimal): -4496500 or 9200571. OLE color: 9200571.

HSL color Cylindrical-coordinate representation of color #BB638C: hue angle of 332.05º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB638C is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18799140-
CMYK00.470.250.27
HSL332.05º39.29%56.08%-
HSV(B)332.05º47.06%73.33%-
XYZ29.6921.3827.37-
YUV129.99133.65168.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=43.90%
G=23.24%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879914000.470.250.27332.0539.2956.08
HexBB638C02F191B14c2738
Octal27314321405731335144770
Binary1011101111000111000110001011111100111011101001100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB638C; }

 p { color: rgb(187,99,140); }

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

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

 a { background-color: rgb(187,99,140); }

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

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

 span { border-color: rgb(187,99,140); }

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