#BD667C

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

Shades of Tapestry #BD667C

Tints of Tapestry #BD667C

Color information

#BD667C (or 0xBD667C) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 7C. RGB value is (189,102,124). Sum of RGB (Red+Green+Blue) = 189+102+124=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD667C is #429983. Grayscale: #828282. Windows color (decimal): -4364676 or 8152765. OLE color: 8152765.

HSL color Cylindrical-coordinate representation of color #BD667C: hue angle of 344.83º degrees, saturation: 0.4, 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 #BD667C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB189102124-
CMYK00.460.340.26
HSL344.83º39.73%57.06%-
HSV(B)344.83º46.03%74.12%-
XYZ29.3821.7821.72-
YUV130.52124.32169.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=45.54%
G=24.58%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910212400.460.340.26344.8339.7357.06
HexBD667C02E221A1592839
Octal27514617405642325315071
Binary1011110111001101111100010111010001011010101011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD667C; }

 p { color: rgb(189,102,124); }

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

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

 a { background-color: rgb(189,102,124); }

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

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

 span { border-color: rgb(189,102,124); }

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