#B0677B

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

Shades of Tapestry #B0677B

Tints of Tapestry #B0677B

Color information

#B0677B (or 0xB0677B) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 7B. RGB value is (176,103,123). Sum of RGB (Red+Green+Blue) = 176+103+123=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0677B is #4F9884. Grayscale: #7F7F7F. Windows color (decimal): -5216389 or 8087472. OLE color: 8087472.

HSL color Cylindrical-coordinate representation of color #B0677B: hue angle of 343.56º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0677B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176103123-
CMYK00.410.300.31
HSL343.56º31.6%54.71%-
HSV(B)343.56º41.48%69.02%-
XYZ26.3320.3621.28-
YUV127.11125.68162.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=43.78%
G=25.62%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610312300.410.300.31343.5631.654.71
HexB0677B0291E1F1582037
Octal26014717305136375304067
Binary101100001100111111101101010011111011111101011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0677B; }

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

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

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

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

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

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

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

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