#BB6D7B

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

Shades of Tapestry #BB6D7B

Tints of Tapestry #BB6D7B

Color information

#BB6D7B (or 0xBB6D7B) is unknown color: approx Tapestry. HEX triplet: BB, 6D and 7B. RGB value is (187,109,123). Sum of RGB (Red+Green+Blue) = 187+109+123=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D7B is #449284. Grayscale: #858585. Windows color (decimal): -4493957 or 8089019. OLE color: 8089019.

HSL color Cylindrical-coordinate representation of color #BB6D7B: hue angle of 349.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D7B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB187109123-
CMYK00.420.340.27
HSL349.23º36.45%58.04%-
HSV(B)349.23º41.71%73.33%-
XYZ29.5422.9321.61-
YUV133.92121.84165.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=44.63%
G=26.01%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710912300.420.340.27349.2336.4558.04
HexBB6D7B02A221B15d243a
Octal27315517305242335354472
Binary1011101111011011111011010101010001011011101011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D7B; }

 p { color: rgb(187,109,123); }

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

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

 a { background-color: rgb(187,109,123); }

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

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

 span { border-color: rgb(187,109,123); }

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