Html Css Color HEX #B2888A Tapestry

📋 copy color: '#B2888A'

red 178 ◦ green 136 ◦ blue 138

#B2888A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B2888A

Tints of Tapestry #B2888A

RGB

 RED value IS 178 (69.92% from 255) = 39.38%

 GREEN value IS 136 (53.52% from 255) = 30.09%

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 39.38%
G = 30.09%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2888A (or 0xB2888A) is known color: Tapestry. HEX triplet: B2, 88 and 8A. RGB value is (178,136,138). Sum of RGB (Red+Green+Blue) = 178+136+138=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2888A is #4D7775. Grayscale: #949494. Windows color (decimal): -5076854 or 9078962. OLE color: 9078962.

HSL color Cylindrical-coordinate representation of color #B2888A: hue angle of 357.14º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2888A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 138 -
CMYK 0 0.24 0.22 0.30
HSL 357.14º 0.21% 0.62% -
HSV(B) 357.14º 0.24% 0.7% -
XYZ 31.75 28.91 27.95 -
YUV 148.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 178 136 138 0 0.24 0.22 0.30 357.14 0.21 0.62
Hex B2 88 8A 0 18 16 1E 165 15 3E
Octal 262 210 212 0 30 26 36 545 25 76
Binary 10110010 10001000 10001010 0 11000 10110 11110 101100101 10101 111110

Color Harmonies of #B2888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2888A

Black with #B2888A

Text Example


Text Example

White with #B2888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2888A; }

 p { color: rgb(178,136,138); }

 H1.HeaderClassName
 {
   color: #B2888A;
 }
 .AnyTagClassName
 {
   color: #B2888A;
 }
</style>

background-color css

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

 a { background-color: rgb(178,136,138); }

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

border-color css

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

 span { border-color: rgb(178,136,138); }

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