#B27683

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

Shades of Tapestry #B27683

Tints of Tapestry #B27683

Color information

#B27683 (or 0xB27683) is unknown color: approx Tapestry. HEX triplet: B2, 76 and 83. RGB value is (178,118,131). Sum of RGB (Red+Green+Blue) = 178+118+131=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27683 is #4D897C. Grayscale: #898989. Windows color (decimal): -5081469 or 8615602. OLE color: 8615602.

HSL color Cylindrical-coordinate representation of color #B27683: hue angle of 347º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27683 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178118131-
CMYK00.340.260.30
HSL347º28.04%58.04%-
HSV(B)347º33.71%69.8%-
XYZ28.9424.0624.59-
YUV137.42124.38156.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=41.69%
G=27.63%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811813100.340.260.3034728.0458.04
HexB276830221A1E15b1c3a
Octal26216620304232365333472
Binary101100101110110100000110100010110101111010101101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27683; }

 p { color: rgb(178,118,131); }

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

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

 a { background-color: rgb(178,118,131); }

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

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

 span { border-color: rgb(178,118,131); }

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