#BD667A

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

Shades of Tapestry #BD667A

Tints of Tapestry #BD667A

Color information

#BD667A (or 0xBD667A) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 7A. RGB value is (189,102,122). Sum of RGB (Red+Green+Blue) = 189+102+122=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD667A is #429985. Grayscale: #828282. Windows color (decimal): -4364678 or 8021693. OLE color: 8021693.

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

Color convert

RGB189102122-
CMYK00.460.350.26
HSL346.21º39.73%57.06%-
HSV(B)346.21º46.03%74.12%-
XYZ29.2521.7321.06-
YUV130.29123.32169.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=45.76%
G=24.70%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910212200.460.350.26346.2139.7357.06
HexBD667A02E231A15a2839
Octal27514617205643325325071
Binary1011110111001101111010010111010001111010101011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD667A; }

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

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

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

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

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

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

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

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