#BB8385

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

Shades of Tapestry #BB8385

Tints of Tapestry #BB8385

Color information

#BB8385 (or 0xBB8385) is unknown color: approx Tapestry. HEX triplet: BB, 83 and 85. RGB value is (187,131,133). Sum of RGB (Red+Green+Blue) = 187+131+133=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8385 is #447C7A. Grayscale: #949494. Windows color (decimal): -4488315 or 8750011. OLE color: 8750011.

HSL color Cylindrical-coordinate representation of color #BB8385: hue angle of 357.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8385 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB187131133-
CMYK00.300.290.27
HSL357.86º29.17%62.35%-
HSV(B)357.86º29.95%73.33%-
XYZ32.8428.4925.96-
YUV147.97119.55155.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=41.46%
G=29.05%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713113300.300.290.27357.8629.1762.35
HexBB838501E1D1B1661d3e
Octal27320320503635335463576
Binary101110111000001110000101011110111011101110110011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8385; }

 p { color: rgb(187,131,133); }

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

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

 a { background-color: rgb(187,131,133); }

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

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

 span { border-color: rgb(187,131,133); }

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