#BC767B

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

Shades of Tapestry #BC767B

Tints of Tapestry #BC767B

Color information

#BC767B (or 0xBC767B) is unknown color: approx Tapestry. HEX triplet: BC, 76 and 7B. RGB value is (188,118,123). Sum of RGB (Red+Green+Blue) = 188+118+123=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC767B is #438984. Grayscale: #8B8B8B. Windows color (decimal): -4426117 or 8091324. OLE color: 8091324.

HSL color Cylindrical-coordinate representation of color #BC767B: hue angle of 355.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC767B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188118123-
CMYK00.370.350.26
HSL355.71º34.31%60%-
HSV(B)355.71º37.23%73.73%-
XYZ30.7925.0821.96-
YUV139.5118.69162.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=43.82%
G=27.51%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811812300.370.350.26355.7134.3160
HexBC767B025231A164223c
Octal27416617304543325444274
Binary1011110011101101111011010010110001111010101100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC767B; }

 p { color: rgb(188,118,123); }

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

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

 a { background-color: rgb(188,118,123); }

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

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

 span { border-color: rgb(188,118,123); }

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