Html Css Color HEX #B2848A Tapestry

📋 copy color: '#B2848A'

red 178 ◦ green 132 ◦ blue 138

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

Shades of Tapestry #B2848A

Tints of Tapestry #B2848A

RGB

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

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

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

R = 39.73%
G = 29.46%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2848A (or 0xB2848A) is known color: Tapestry. HEX triplet: B2, 84 and 8A. RGB value is (178,132,138). Sum of RGB (Red+Green+Blue) = 178+132+138=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2848A is #4D7B75. Grayscale: #929292. Windows color (decimal): -5077878 or 9077938. OLE color: 9077938.

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

Color convert

RGB 178 132 138 -
CMYK 0 0.26 0.22 0.30
HSL 352.17º 0.23% 0.61% -
HSV(B) 352.17º 0.26% 0.7% -
XYZ 31.2 27.8 27.77 -
YUV 146.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 178 132 138 0 0.26 0.22 0.30 352.17 0.23 0.61
Hex B2 84 8A 0 1A 16 1E 160 17 3D
Octal 262 204 212 0 32 26 36 540 27 75
Binary 10110010 10000100 10001010 0 11010 10110 11110 101100000 10111 111101

Color Harmonies of #B2848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2848A

Black with #B2848A

Text Example


Text Example

White with #B2848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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