#B8828A

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

Shades of Tapestry #B8828A

Tints of Tapestry #B8828A

Color information

#B8828A (or 0xB8828A) is unknown color: approx Tapestry. HEX triplet: B8, 82 and 8A. RGB value is (184,130,138). Sum of RGB (Red+Green+Blue) = 184+130+138=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B8828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8828A is #477D75. Grayscale: #939393. Windows color (decimal): -4685174 or 9077432. OLE color: 9077432.

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

Color convert

RGB184130138-
CMYK00.290.250.28
HSL351.11º27.55%61.57%-
HSV(B)351.11º29.35%72.16%-
XYZ32.3427.9927.74-
YUV147.06122.89154.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=40.71%
G=28.76%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413013800.290.250.28351.1127.5561.57
HexB8828A01D191C15f1c3e
Octal27020221203531345373476
Binary101110001000001010001010011101110011110010101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8828A; }

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

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

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

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

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

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

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

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