Html Css Color HEX #B2848C Tapestry

📋 copy color: '#B2848C'

red 178 ◦ green 132 ◦ blue 140

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

Shades of Tapestry #B2848C

Tints of Tapestry #B2848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

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

R = 39.56%
G = 29.33%
B = 31.11%

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

#B2848C (or 0xB2848C) is known color: Tapestry. HEX triplet: B2, 84 and 8C. RGB value is (178,132,140). Sum of RGB (Red+Green+Blue) = 178+132+140=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2848C is #4D7B73. Grayscale: #929292. Windows color (decimal): -5077876 or 9209010. OLE color: 9209010.

HSL color Cylindrical-coordinate representation of color #B2848C: hue angle of 349.57º 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 #B2848C is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 140 -
CMYK 0 0.26 0.21 0.30
HSL 349.57º 0.23% 0.61% -
HSV(B) 349.57º 0.26% 0.7% -
XYZ 31.34 27.86 28.54 -
YUV 146.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 178 132 140 0 0.26 0.21 0.30 349.57 0.23 0.61
Hex B2 84 8C 0 1A 15 1E 15E 17 3D
Octal 262 204 214 0 32 25 36 536 27 75
Binary 10110010 10000100 10001100 0 11010 10101 11110 101011110 10111 111101

Color Harmonies of #B2848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2848C

Black with #B2848C

Text Example


Text Example

White with #B2848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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