#BD648A

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

Shades of Tapestry #BD648A

Tints of Tapestry #BD648A

Color information

#BD648A (or 0xBD648A) is unknown color: approx Tapestry. HEX triplet: BD, 64 and 8A. RGB value is (189,100,138). Sum of RGB (Red+Green+Blue) = 189+100+138=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD648A is #429B75. Grayscale: #828282. Windows color (decimal): -4365174 or 9069757. OLE color: 9069757.

HSL color Cylindrical-coordinate representation of color #BD648A: hue angle of 334.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD648A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB189100138-
CMYK00.470.270.26
HSL334.38º40.27%56.67%-
HSV(B)334.38º47.09%74.12%-
XYZ30.1321.7726.66-
YUV130.94131.99169.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=44.26%
G=23.42%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910013800.470.270.26334.3840.2756.67
HexBD648A02F1B1A14e2839
Octal27514421205733325165071
Binary1011110111001001000101001011111101111010101001110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD648A; }

 p { color: rgb(189,100,138); }

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

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

 a { background-color: rgb(189,100,138); }

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

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

 span { border-color: rgb(189,100,138); }

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