#BD677C

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

Shades of Tapestry #BD677C

Tints of Tapestry #BD677C

Color information

#BD677C (or 0xBD677C) is unknown color: approx Tapestry. HEX triplet: BD, 67 and 7C. RGB value is (189,103,124). Sum of RGB (Red+Green+Blue) = 189+103+124=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD677C is #429883. Grayscale: #838383. Windows color (decimal): -4364420 or 8153021. OLE color: 8153021.

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

Color convert

RGB189103124-
CMYK00.460.340.26
HSL345.35º39.45%57.25%-
HSV(B)345.35º45.5%74.12%-
XYZ29.4721.9721.76-
YUV131.11123.99169.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=45.43%
G=24.76%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910312400.460.340.26345.3539.4557.25
HexBD677C02E221A1592739
Octal27514717405642325314771
Binary1011110111001111111100010111010001011010101011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD677C; }

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

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

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

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

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

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

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

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