#B4667B

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

Shades of Tapestry #B4667B

Tints of Tapestry #B4667B

Color information

#B4667B (or 0xB4667B) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 7B. RGB value is (180,102,123). Sum of RGB (Red+Green+Blue) = 180+102+123=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4667B is #4B9984. Grayscale: #7F7F7F. Windows color (decimal): -4954501 or 8087220. OLE color: 8087220.

HSL color Cylindrical-coordinate representation of color #B4667B: hue angle of 343.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4667B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180102123-
CMYK00.430.320.29
HSL343.85º34.21%55.29%-
HSV(B)343.85º43.33%70.59%-
XYZ27.1520.6421.29-
YUV127.72125.34165.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=44.44%
G=25.19%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010212300.430.320.29343.8534.2155.29
HexB4667B02B201D1582237
Octal26414617305340355304267
Binary1011010011001101111011010101110000011101101011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4667B; }

 p { color: rgb(180,102,123); }

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

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

 a { background-color: rgb(180,102,123); }

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

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

 span { border-color: rgb(180,102,123); }

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