Html Css Color HEX #B2717E Tapestry

📋 copy color: '#B2717E'

red 178 ◦ green 113 ◦ blue 126

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

Shades of Tapestry #B2717E

Tints of Tapestry #B2717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 42.69%
G = 27.1%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2717E (or 0xB2717E) is known color: Tapestry. HEX triplet: B2, 71 and 7E. RGB value is (178,113,126). Sum of RGB (Red+Green+Blue) = 178+113+126=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2717E is #4D8E81. Grayscale: #858585. Windows color (decimal): -5082754 or 8286642. OLE color: 8286642.

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

Color convert

RGB 178 113 126 -
CMYK 0 0.37 0.29 0.30
HSL 348º 0.3% 0.57% -
HSV(B) 348º 0.37% 0.7% -
XYZ 28.03 22.78 22.66 -
YUV 133.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 178 113 126 0 0.37 0.29 0.30 348 0.3 0.57
Hex B2 71 7E 0 25 1D 1E 15C 1E 39
Octal 262 161 176 0 45 35 36 534 36 71
Binary 10110010 1110001 1111110 0 100101 11101 11110 101011100 11110 111001

Color Harmonies of #B2717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2717E

Black with #B2717E

Text Example


Text Example

White with #B2717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2717E; }

 p { color: rgb(178,113,126); }

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

background-color css

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

 a { background-color: rgb(178,113,126); }

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

border-color css

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

 span { border-color: rgb(178,113,126); }

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