#BD637D

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

Shades of Tapestry #BD637D

Tints of Tapestry #BD637D

Color information

#BD637D (or 0xBD637D) is unknown color: approx Tapestry. HEX triplet: BD, 63 and 7D. RGB value is (189,99,125). Sum of RGB (Red+Green+Blue) = 189+99+125=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD637D is #429C82. Grayscale: #808080. Windows color (decimal): -4365443 or 8217533. OLE color: 8217533.

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

Color convert

RGB18999125-
CMYK00.480.340.26
HSL342.67º40.54%56.47%-
HSV(B)342.67º47.62%74.12%-
XYZ29.1521.2221.96-
YUV128.87125.82170.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=45.76%
G=23.97%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899912500.480.340.26342.6740.5456.47
HexBD637D030221A1572938
Octal27514317506042325275170
Binary1011110111000111111101011000010001011010101010111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD637D; }

 p { color: rgb(189,99,125); }

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

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

 a { background-color: rgb(189,99,125); }

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

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

 span { border-color: rgb(189,99,125); }

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