Html Css Color HEX #B2818D Tapestry

📋 copy color: '#B2818D'

red 178 ◦ green 129 ◦ blue 141

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

Shades of Tapestry #B2818D

Tints of Tapestry #B2818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 39.73%
G = 28.79%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2818D (or 0xB2818D) is known color: Tapestry. HEX triplet: B2, 81 and 8D. RGB value is (178,129,141). Sum of RGB (Red+Green+Blue) = 178+129+141=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2818D is #4D7E72. Grayscale: #919191. Windows color (decimal): -5078643 or 9273778. OLE color: 9273778.

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

Color convert

RGB 178 129 141 -
CMYK 0 0.28 0.21 0.30
HSL 345.31º 0.24% 0.6% -
HSV(B) 345.31º 0.28% 0.7% -
XYZ 31.02 27.09 28.79 -
YUV 145.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 178 129 141 0 0.28 0.21 0.30 345.31 0.24 0.6
Hex B2 81 8D 0 1C 15 1E 159 18 3C
Octal 262 201 215 0 34 25 36 531 30 74
Binary 10110010 10000001 10001101 0 11100 10101 11110 101011001 11000 111100

Color Harmonies of #B2818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2818D

Black with #B2818D

Text Example


Text Example

White with #B2818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2818D; }

 p { color: rgb(178,129,141); }

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

background-color css

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

 a { background-color: rgb(178,129,141); }

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

border-color css

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

 span { border-color: rgb(178,129,141); }

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