#BD667F

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

Shades of Tapestry #BD667F

Tints of Tapestry #BD667F

Color information

#BD667F (or 0xBD667F) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 7F. RGB value is (189,102,127). Sum of RGB (Red+Green+Blue) = 189+102+127=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD667F is #429980. Grayscale: #828282. Windows color (decimal): -4364673 or 8349373. OLE color: 8349373.

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

Color convert

RGB189102127-
CMYK00.460.330.26
HSL342.76º39.73%57.06%-
HSV(B)342.76º46.03%74.12%-
XYZ29.5721.8522.74-
YUV130.86125.82169.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 127 (50% from 255) = 30.38%
R=45.22%
G=24.40%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910212700.460.330.26342.7639.7357.06
HexBD667F02E211A1572839
Octal27514617705641325275071
Binary1011110111001101111111010111010000111010101010111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD667F; }

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

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

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

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

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

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

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

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