#BD638A

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

Shades of Tapestry #BD638A

Tints of Tapestry #BD638A

Color information

#BD638A (or 0xBD638A) is unknown color: approx Tapestry. HEX triplet: BD, 63 and 8A. RGB value is (189,99,138). Sum of RGB (Red+Green+Blue) = 189+99+138=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD638A is #429C75. Grayscale: #828282. Windows color (decimal): -4365430 or 9069501. OLE color: 9069501.

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

Color convert

RGB18999138-
CMYK00.480.270.26
HSL334º40.54%56.47%-
HSV(B)334º47.62%74.12%-
XYZ30.0421.5826.63-
YUV130.36132.32169.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=44.37%
G=23.24%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899913800.480.270.2633440.5456.47
HexBD638A0301B1A14e2938
Octal27514321206033325165170
Binary1011110111000111000101001100001101111010101001110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD638A; }

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

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

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

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

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

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

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

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