#BC6183

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

Shades of Tapestry #BC6183

Tints of Tapestry #BC6183

Color information

#BC6183 (or 0xBC6183) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 83. RGB value is (188,97,131). Sum of RGB (Red+Green+Blue) = 188+97+131=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6183 is #439E7C. Grayscale: #808080. Windows color (decimal): -4431485 or 8610236. OLE color: 8610236.

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

Color convert

RGB18897131-
CMYK00.480.300.26
HSL337.58º40.44%55.88%-
HSV(B)337.58º48.4%73.73%-
XYZ29.1120.8823.97-
YUV128.08129.65170.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 131 (51.56% from 255) = 31.49%
R=45.19%
G=23.32%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889713100.480.300.26337.5840.4455.88
HexBC61830301E1A1522838
Octal27414120306036325225070
Binary1011110011000011000001101100001111011010101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6183; }

 p { color: rgb(188,97,131); }

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

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

 a { background-color: rgb(188,97,131); }

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

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

 span { border-color: rgb(188,97,131); }

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