Html Css Color HEX #B2828C Tapestry

📋 copy color: '#B2828C'

red 178 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #B2828C

Tints of Tapestry #B2828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.02%

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 39.73%
G = 29.02%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2828C (or 0xB2828C) is known color: Tapestry. HEX triplet: B2, 82 and 8C. RGB value is (178,130,140). Sum of RGB (Red+Green+Blue) = 178+130+140=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2828C is #4D7D73. Grayscale: #919191. Windows color (decimal): -5078388 or 9208498. OLE color: 9208498.

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

Color convert

RGB 178 130 140 -
CMYK 0 0.27 0.21 0.30
HSL 347.5º 0.24% 0.6% -
HSV(B) 347.5º 0.27% 0.7% -
XYZ 31.08 27.32 28.45 -
YUV 145.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 178 130 140 0 0.27 0.21 0.30 347.5 0.24 0.6
Hex B2 82 8C 0 1B 15 1E 15C 18 3C
Octal 262 202 214 0 33 25 36 534 30 74
Binary 10110010 10000010 10001100 0 11011 10101 11110 101011100 11000 111100

Color Harmonies of #B2828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2828C

Black with #B2828C

Text Example


Text Example

White with #B2828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2828C; }

 p { color: rgb(178,130,140); }

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

background-color css

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

 a { background-color: rgb(178,130,140); }

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

border-color css

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

 span { border-color: rgb(178,130,140); }

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