#bc658b

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

Shades of Tapestry #BC658B

Tints of Tapestry #BC658B

Color information

#BC658B (or 0xBC658B) is unknown color: approx Tapestry. HEX triplet: BC, 65 and 8B. RGB value is (188,101,139). Sum of RGB (Red+Green+Blue) = 188+101+139=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC658B is #439A74. Grayscale: #838383. Windows color (decimal): -4430453 or 9135548. OLE color: 9135548.

HSL color Cylindrical-coordinate representation of color #BC658B: hue angle of 333.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC658B is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB188101139-
CMYK00.460.260.26
HSL333.79º39.37%56.67%-
HSV(B)333.79º46.28%73.73%-
XYZ30.0521.8627.06-
YUV131.34132.32168.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=43.93%
G=23.60%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810113900.460.260.26333.7939.3756.67
HexBC658B02E1A1A14e2739
Octal27414521305632325164771
Binary1011110011001011000101101011101101011010101001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc658b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc658b; }

 p { color: rgb(188,101,139); }

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

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

 a { background-color: rgb(188,101,139); }

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

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

 span { border-color: rgb(188,101,139); }

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