Html Css Color HEX #B2838D Tapestry

📋 copy color: '#B2838D'

red 178 ◦ green 131 ◦ blue 141

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

Shades of Tapestry #B2838D

Tints of Tapestry #B2838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 39.56%
G = 29.11%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2838D (or 0xB2838D) is known color: Tapestry. HEX triplet: B2, 83 and 8D. RGB value is (178,131,141). Sum of RGB (Red+Green+Blue) = 178+131+141=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2838D is #4D7C72. Grayscale: #929292. Windows color (decimal): -5078131 or 9274290. OLE color: 9274290.

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

Color convert

RGB 178 131 141 -
CMYK 0 0.26 0.21 0.30
HSL 347.23º 0.23% 0.61% -
HSV(B) 347.23º 0.26% 0.7% -
XYZ 31.28 27.62 28.88 -
YUV 146.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 178 131 141 0 0.26 0.21 0.30 347.23 0.23 0.61
Hex B2 83 8D 0 1A 15 1E 15B 17 3D
Octal 262 203 215 0 32 25 36 533 27 75
Binary 10110010 10000011 10001101 0 11010 10101 11110 101011011 10111 111101

Color Harmonies of #B2838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2838D

Black with #B2838D

Text Example


Text Example

White with #B2838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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