#BD677B

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

Shades of Tapestry #BD677B

Tints of Tapestry #BD677B

Color information

#BD677B (or 0xBD677B) is unknown color: approx Tapestry. HEX triplet: BD, 67 and 7B. RGB value is (189,103,123). Sum of RGB (Red+Green+Blue) = 189+103+123=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD677B is #429884. Grayscale: #838383. Windows color (decimal): -4364421 or 8087485. OLE color: 8087485.

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

Color convert

RGB189103123-
CMYK00.460.350.26
HSL346.05º39.45%57.25%-
HSV(B)346.05º45.5%74.12%-
XYZ29.4121.9521.43-
YUV130.99123.49169.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=45.54%
G=24.82%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910312300.460.350.26346.0539.4557.25
HexBD677B02E231A15a2739
Octal27514717305643325324771
Binary1011110111001111111011010111010001111010101011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD677B; }

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

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

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

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

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

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

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

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