#BD677E

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

Shades of Tapestry #BD677E

Tints of Tapestry #BD677E

Color information

#BD677E (or 0xBD677E) is unknown color: approx Tapestry. HEX triplet: BD, 67 and 7E. RGB value is (189,103,126). Sum of RGB (Red+Green+Blue) = 189+103+126=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD677E is #429881. Grayscale: #838383. Windows color (decimal): -4364418 or 8284093. OLE color: 8284093.

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

Color convert

RGB189103126-
CMYK00.460.330.26
HSL343.95º39.45%57.25%-
HSV(B)343.95º45.5%74.12%-
XYZ29.622.0322.43-
YUV131.34124.99169.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=45.22%
G=24.64%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910312600.460.330.26343.9539.4557.25
HexBD677E02E211A1582739
Octal27514717605641325304771
Binary1011110111001111111110010111010000111010101011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD677E; }

 p { color: rgb(189,103,126); }

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

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

 a { background-color: rgb(189,103,126); }

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

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

 span { border-color: rgb(189,103,126); }

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