#B76583

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

Shades of Tapestry #B76583

Tints of Tapestry #B76583

Color information

#B76583 (or 0xB76583) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 83. RGB value is (183,101,131). Sum of RGB (Red+Green+Blue) = 183+101+131=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B76583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76583 is #489A7C. Grayscale: #808080. Windows color (decimal): -4758141 or 8611255. OLE color: 8611255.

HSL color Cylindrical-coordinate representation of color #B76583: hue angle of 338.05º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76583 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB183101131-
CMYK00.450.280.28
HSL338.05º36.28%55.69%-
HSV(B)338.05º44.81%71.76%-
XYZ28.2821.0124.04-
YUV128.94129.17166.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=44.10%
G=24.34%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310113100.450.280.28338.0536.2855.69
HexB7658302D1C1C1522438
Octal26714520305534345224470
Binary1011011111001011000001101011011110011100101010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76583; }

 p { color: rgb(183,101,131); }

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

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

 a { background-color: rgb(183,101,131); }

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

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

 span { border-color: rgb(183,101,131); }

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