#B36F7B

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

Shades of Tapestry #B36F7B

Tints of Tapestry #B36F7B

Color information

#B36F7B (or 0xB36F7B) is unknown color: approx Tapestry. HEX triplet: B3, 6F and 7B. RGB value is (179,111,123). Sum of RGB (Red+Green+Blue) = 179+111+123=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F7B is #4C9084. Grayscale: #848484. Windows color (decimal): -5017733 or 8089523. OLE color: 8089523.

HSL color Cylindrical-coordinate representation of color #B36F7B: hue angle of 349.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F7B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179111123-
CMYK00.380.310.30
HSL349.41º30.91%56.86%-
HSV(B)349.41º37.99%70.2%-
XYZ27.8522.3821.59-
YUV132.7122.53161.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=43.34%
G=26.88%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911112300.380.310.30349.4130.9156.86
HexB36F7B0261F1E15d1f39
Octal26315717304637365353771
Binary10110011110111111110110100110111111111010101110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F7B; }

 p { color: rgb(179,111,123); }

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

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

 a { background-color: rgb(179,111,123); }

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

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

 span { border-color: rgb(179,111,123); }

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