#BF677B

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

Shades of Tapestry #BF677B

Tints of Tapestry #BF677B

Color information

#BF677B (or 0xBF677B) is unknown color: approx Tapestry. HEX triplet: BF, 67 and 7B. RGB value is (191,103,123). Sum of RGB (Red+Green+Blue) = 191+103+123=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF677B is #409884. Grayscale: #838383. Windows color (decimal): -4233349 or 8087487. OLE color: 8087487.

HSL color Cylindrical-coordinate representation of color #BF677B: hue angle of 346.36º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF677B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191103123-
CMYK00.460.360.25
HSL346.36º40.74%57.65%-
HSV(B)346.36º46.07%74.9%-
XYZ29.9122.2121.45-
YUV131.59123.15170.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=45.80%
G=24.70%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110312300.460.360.25346.3640.7457.65
HexBF677B02E241915a293a
Octal27714717305644315325172
Binary1011111111001111111011010111010010011001101011010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF677B; }

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

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

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

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

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

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

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

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