#BB828A

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

Shades of Tapestry #BB828A

Tints of Tapestry #BB828A

Color information

#BB828A (or 0xBB828A) is unknown color: approx Tapestry. HEX triplet: BB, 82 and 8A. RGB value is (187,130,138). Sum of RGB (Red+Green+Blue) = 187+130+138=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828A is #447D75. Grayscale: #939393. Windows color (decimal): -4488566 or 9077435. OLE color: 9077435.

HSL color Cylindrical-coordinate representation of color #BB828A: hue angle of 351.58º degrees, saturation: 0.3, 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 #BB828A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187130138-
CMYK00.300.260.27
HSL351.58º29.53%62.16%-
HSV(B)351.58º30.48%73.33%-
XYZ33.0628.3727.78-
YUV147.96122.38155.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=41.10%
G=28.57%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713013800.300.260.27351.5829.5362.16
HexBB828A01E1A1B1601e3e
Octal27320221203632335403676
Binary101110111000001010001010011110110101101110110000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB828A; }

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

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

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

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

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

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

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

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