#B67284

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

Shades of Tapestry #B67284

Tints of Tapestry #B67284

Color information

#B67284 (or 0xB67284) is unknown color: approx Tapestry. HEX triplet: B6, 72 and 84. RGB value is (182,114,132). Sum of RGB (Red+Green+Blue) = 182+114+132=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B67284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67284 is #498D7B. Grayscale: #888888. Windows color (decimal): -4820348 or 8680118. OLE color: 8680118.

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

Color convert

RGB182114132-
CMYK00.370.270.29
HSL344.12º31.78%58.04%-
HSV(B)344.12º37.36%71.37%-
XYZ29.4723.6524.84-
YUV136.38125.53160.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=42.52%
G=26.64%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211413200.370.270.29344.1231.7858.04
HexB672840251B1D158203a
Octal26616220404533355304072
Binary1011011011100101000010001001011101111101101011000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67284; }

 p { color: rgb(182,114,132); }

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

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

 a { background-color: rgb(182,114,132); }

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

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

 span { border-color: rgb(182,114,132); }

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