Html Css Color HEX #B2748F Tapestry

📋 copy color: '#B2748F'

red 178 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #B2748F

Tints of Tapestry #B2748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 40.73%
G = 26.54%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2748F (or 0xB2748F) is known color: Tapestry. HEX triplet: B2, 74 and 8F. RGB value is (178,116,143). Sum of RGB (Red+Green+Blue) = 178+116+143=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2748F is #4D8B70. Grayscale: #898989. Windows color (decimal): -5081969 or 9401522. OLE color: 9401522.

HSL color Cylindrical-coordinate representation of color #B2748F: hue angle of 333.87º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2748F is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 143 -
CMYK 0 0.35 0.20 0.30
HSL 333.87º 0.29% 0.58% -
HSV(B) 333.87º 0.35% 0.7% -
XYZ 29.56 23.94 29.05 -
YUV 137.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 178 116 143 0 0.35 0.20 0.30 333.87 0.29 0.58
Hex B2 74 8F 0 23 14 1E 14E 1D 3A
Octal 262 164 217 0 43 24 36 516 35 72
Binary 10110010 1110100 10001111 0 100011 10100 11110 101001110 11101 111010

Color Harmonies of #B2748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2748F

Black with #B2748F

Text Example


Text Example

White with #B2748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2748F; }

 p { color: rgb(178,116,143); }

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

background-color css

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

 a { background-color: rgb(178,116,143); }

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

border-color css

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

 span { border-color: rgb(178,116,143); }

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