#B06B83

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

Shades of Tapestry #B06B83

Tints of Tapestry #B06B83

Color information

#B06B83 (or 0xB06B83) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 83. RGB value is (176,107,131). Sum of RGB (Red+Green+Blue) = 176+107+131=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B83 is #4F947C. Grayscale: #828282. Windows color (decimal): -5215357 or 8612784. OLE color: 8612784.

HSL color Cylindrical-coordinate representation of color #B06B83: hue angle of 339.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B83 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176107131-
CMYK00.390.260.31
HSL339.13º30.4%55.49%-
HSV(B)339.13º39.2%69.02%-
XYZ27.2621.3824.16-
YUV130.37128.36160.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=42.51%
G=25.85%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610713100.390.260.31339.1330.455.49
HexB06B830271A1F1531e37
Octal26015320304732375233667
Binary101100001101011100000110100111110101111110101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B83; }

 p { color: rgb(176,107,131); }

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

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

 a { background-color: rgb(176,107,131); }

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

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

 span { border-color: rgb(176,107,131); }

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