Html Css Color HEX #B2748D Tapestry

📋 copy color: '#B2748D'

red 178 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #B2748D

Tints of Tapestry #B2748D

RGB

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

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

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

R = 40.92%
G = 26.67%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2748D (or 0xB2748D) is known color: Tapestry. HEX triplet: B2, 74 and 8D. RGB value is (178,116,141). Sum of RGB (Red+Green+Blue) = 178+116+141=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2748D is #4D8B72. Grayscale: #898989. Windows color (decimal): -5081971 or 9270450. OLE color: 9270450.

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

Color convert

RGB 178 116 141 -
CMYK 0 0.35 0.21 0.30
HSL 335.81º 0.29% 0.58% -
HSV(B) 335.81º 0.35% 0.7% -
XYZ 29.41 23.88 28.26 -
YUV 137.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 178 116 141 0 0.35 0.21 0.30 335.81 0.29 0.58
Hex B2 74 8D 0 23 15 1E 150 1D 3A
Octal 262 164 215 0 43 25 36 520 35 72
Binary 10110010 1110100 10001101 0 100011 10101 11110 101010000 11101 111010

Color Harmonies of #B2748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2748D

Black with #B2748D

Text Example


Text Example

White with #B2748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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