#B06277

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

Shades of Tapestry #B06277

Tints of Tapestry #B06277

Color information

#B06277 (or 0xB06277) is unknown color: approx Tapestry. HEX triplet: B0, 62 and 77. RGB value is (176,98,119). Sum of RGB (Red+Green+Blue) = 176+98+119=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06277 is #4F9D88. Grayscale: #7B7B7B. Windows color (decimal): -5217673 or 7824048. OLE color: 7824048.

HSL color Cylindrical-coordinate representation of color #B06277: hue angle of 343.85º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06277 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17698119-
CMYK00.440.320.31
HSL343.85º33.05%53.73%-
HSV(B)343.85º44.32%69.02%-
XYZ25.619.319.83-
YUV123.72125.34165.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=44.78%
G=24.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769811900.440.320.31343.8533.0553.73
HexB0627702C201F1582136
Octal26014216705440375304166
Binary1011000011000101110111010110010000011111101011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06277; }

 p { color: rgb(176,98,119); }

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

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

 a { background-color: rgb(176,98,119); }

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

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

 span { border-color: rgb(176,98,119); }

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