#BB638A

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

Shades of Tapestry #BB638A

Tints of Tapestry #BB638A

Color information

#BB638A (or 0xBB638A) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 8A. RGB value is (187,99,138). Sum of RGB (Red+Green+Blue) = 187+99+138=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB638A is #449C75. Grayscale: #818181. Windows color (decimal): -4496502 or 9069499. OLE color: 9069499.

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

Color convert

RGB18799138-
CMYK00.470.260.27
HSL333.41º39.29%56.08%-
HSV(B)333.41º47.06%73.33%-
XYZ29.5421.3226.6-
YUV129.76132.65168.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=44.10%
G=23.35%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879913800.470.260.27333.4139.2956.08
HexBB638A02F1A1B14d2738
Octal27314321205732335154770
Binary1011101111000111000101001011111101011011101001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB638A; }

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

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

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

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

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

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

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

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