#BD6B8B

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

Shades of Tapestry #BD6B8B

Tints of Tapestry #BD6B8B

Color information

#BD6B8B (or 0xBD6B8B) is unknown color: approx Tapestry. HEX triplet: BD, 6B and 8B. RGB value is (189,107,139). Sum of RGB (Red+Green+Blue) = 189+107+139=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6B8B is #429474. Grayscale: #878787. Windows color (decimal): -4363381 or 9137085. OLE color: 9137085.

HSL color Cylindrical-coordinate representation of color #BD6B8B: hue angle of 336.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6B8B is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189107139-
CMYK00.430.260.26
HSL336.59º38.32%58.04%-
HSV(B)336.59º43.39%74.12%-
XYZ30.923.227.27-
YUV135.17130.17166.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=43.45%
G=24.60%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910713900.430.260.26336.5938.3258.04
HexBD6B8B02B1A1A151263a
Octal27515321305332325214672
Binary1011110111010111000101101010111101011010101010001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B8B; }

 p { color: rgb(189,107,139); }

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

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

 a { background-color: rgb(189,107,139); }

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

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

 span { border-color: rgb(189,107,139); }

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