#BB738A

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

Shades of Tapestry #BB738A

Tints of Tapestry #BB738A

Color information

#BB738A (or 0xBB738A) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 8A. RGB value is (187,115,138). Sum of RGB (Red+Green+Blue) = 187+115+138=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB738A is #448C75. Grayscale: #8B8B8B. Windows color (decimal): -4492406 or 9073595. OLE color: 9073595.

HSL color Cylindrical-coordinate representation of color #BB738A: hue angle of 340.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB738A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187115138-
CMYK00.390.260.27
HSL340.83º34.62%59.22%-
HSV(B)340.83º38.5%73.33%-
XYZ31.2124.6627.16-
YUV139.15127.35162.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=42.5%
G=26.14%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711513800.390.260.27340.8334.6259.22
HexBB738A0271A1B155233b
Octal27316321204732335254373
Binary1011101111100111000101001001111101011011101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB738A; }

 p { color: rgb(187,115,138); }

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

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

 a { background-color: rgb(187,115,138); }

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

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

 span { border-color: rgb(187,115,138); }

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