#BB628A

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

Shades of Tapestry #BB628A

Tints of Tapestry #BB628A

Color information

#BB628A (or 0xBB628A) is unknown color: approx Tapestry. HEX triplet: BB, 62 and 8A. RGB value is (187,98,138). Sum of RGB (Red+Green+Blue) = 187+98+138=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB628A is #449D75. Grayscale: #818181. Windows color (decimal): -4496758 or 9069243. OLE color: 9069243.

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

Color convert

RGB18798138-
CMYK00.480.260.27
HSL333.03º39.56%55.88%-
HSV(B)333.03º47.59%73.33%-
XYZ29.4521.1426.57-
YUV129.17132.99169.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=44.21%
G=23.17%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879813800.480.260.27333.0339.5655.88
HexBB628A0301A1B14d2838
Octal27314221206032335155070
Binary1011101111000101000101001100001101011011101001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB628A; }

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

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

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

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

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

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

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

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