Html Css Color HEX #B2757F Tapestry

📋 copy color: '#B2757F'

red 178 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #B2757F

Tints of Tapestry #B2757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 127 (50% from 255) = 30.09%

R = 42.18%
G = 27.73%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2757F (or 0xB2757F) is known color: Tapestry. HEX triplet: B2, 75 and 7F. RGB value is (178,117,127). Sum of RGB (Red+Green+Blue) = 178+117+127=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2757F is #4D8A80. Grayscale: #888888. Windows color (decimal): -5081729 or 8353202. OLE color: 8353202.

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

Color convert

RGB 178 117 127 -
CMYK 0 0.34 0.29 0.30
HSL 350.16º 0.28% 0.58% -
HSV(B) 350.16º 0.34% 0.7% -
XYZ 28.55 23.72 23.15 -
YUV 136.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 178 117 127 0 0.34 0.29 0.30 350.16 0.28 0.58
Hex B2 75 7F 0 22 1D 1E 15E 1C 3A
Octal 262 165 177 0 42 35 36 536 34 72
Binary 10110010 1110101 1111111 0 100010 11101 11110 101011110 11100 111010

Color Harmonies of #B2757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2757F

Black with #B2757F

Text Example


Text Example

White with #B2757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2757F; }

 p { color: rgb(178,117,127); }

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

background-color css

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

 a { background-color: rgb(178,117,127); }

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

border-color css

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

 span { border-color: rgb(178,117,127); }

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