#B7707B

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

Shades of Tapestry #B7707B

Tints of Tapestry #B7707B

Color information

#B7707B (or 0xB7707B) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 7B. RGB value is (183,112,123). Sum of RGB (Red+Green+Blue) = 183+112+123=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707B is #488F84. Grayscale: #868686. Windows color (decimal): -4755333 or 8089783. OLE color: 8089783.

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

Color convert

RGB183112123-
CMYK00.390.330.28
HSL350.7º33.02%57.84%-
HSV(B)350.7º38.8%71.76%-
XYZ28.923.0921.67-
YUV134.48121.52162.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=43.78%
G=26.79%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311212300.390.330.28350.733.0257.84
HexB7707B027211C15f213a
Octal26716017304741345374172
Binary1011011111100001111011010011110000111100101011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7707B; }

 p { color: rgb(183,112,123); }

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

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

 a { background-color: rgb(183,112,123); }

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

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

 span { border-color: rgb(183,112,123); }

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