#B4678D

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

Shades of Tapestry #B4678D

Tints of Tapestry #B4678D

Color information

#B4678D (or 0xB4678D) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 8D. RGB value is (180,103,141). Sum of RGB (Red+Green+Blue) = 180+103+141=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678D is #4B9872. Grayscale: #828282. Windows color (decimal): -4954227 or 9267124. OLE color: 9267124.

HSL color Cylindrical-coordinate representation of color #B4678D: hue angle of 330.39º 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 #B4678D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180103141-
CMYK00.430.220.29
HSL330.39º33.92%55.49%-
HSV(B)330.39º42.78%70.59%-
XYZ28.4821.3327.81-
YUV130.36134.01163.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=42.45%
G=24.29%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010314100.430.220.29330.3933.9255.49
HexB4678D02B161D14a2237
Octal26414721505326355124267
Binary1011010011001111000110101010111011011101101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4678D; }

 p { color: rgb(180,103,141); }

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

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

 a { background-color: rgb(180,103,141); }

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

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

 span { border-color: rgb(180,103,141); }

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