#BD658A

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

Shades of Tapestry #BD658A

Tints of Tapestry #BD658A

Color information

#BD658A (or 0xBD658A) is unknown color: approx Tapestry. HEX triplet: BD, 65 and 8A. RGB value is (189,101,138). Sum of RGB (Red+Green+Blue) = 189+101+138=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD658A is #429A75. Grayscale: #838383. Windows color (decimal): -4364918 or 9070013. OLE color: 9070013.

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

Color convert

RGB189101138-
CMYK00.470.270.26
HSL334.77º40%56.86%-
HSV(B)334.77º46.56%74.12%-
XYZ30.2321.9626.69-
YUV131.53131.65168.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=44.16%
G=23.60%
B=32.24%

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
Decimal18910113800.470.270.26334.774056.86
HexBD658A02F1B1A14f2839
Octal27514521205733325175071
Binary1011110111001011000101001011111101111010101001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD658A; }

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

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

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

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

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

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

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

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