#B8808A

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

Shades of Tapestry #B8808A

Tints of Tapestry #B8808A

Color information

#B8808A (or 0xB8808A) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 8A. RGB value is (184,128,138). Sum of RGB (Red+Green+Blue) = 184+128+138=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8808A is #477F75. Grayscale: #919191. Windows color (decimal): -4685686 or 9076920. OLE color: 9076920.

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

Color convert

RGB184128138-
CMYK00.300.250.28
HSL349.29º28.28%61.18%-
HSV(B)349.29º30.43%72.16%-
XYZ32.0727.4627.66-
YUV145.88123.55155.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=40.89%
G=28.44%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412813800.300.250.28349.2928.2861.18
HexB8808A01E191C15d1c3d
Octal27020021203631345353475
Binary101110001000000010001010011110110011110010101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8808A; }

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

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

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

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

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

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

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

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