Html Css Color HEX #B2617D Tapestry

📋 copy color: '#B2617D'

red 178 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #B2617D

Tints of Tapestry #B2617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 44.5%
G = 24.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2617D (or 0xB2617D) is known color: Tapestry. HEX triplet: B2, 61 and 7D. RGB value is (178,97,125). Sum of RGB (Red+Green+Blue) = 178+97+125=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2617D is #4D9E82. Grayscale: #7C7C7C. Windows color (decimal): -5086851 or 8217010. OLE color: 8217010.

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

Color convert

RGB 178 97 125 -
CMYK 0 0.46 0.30 0.30
HSL 339.26º 0.34% 0.54% -
HSV(B) 339.26º 0.46% 0.7% -
XYZ 26.34 19.5 21.78 -
YUV 124.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 178 97 125 0 0.46 0.30 0.30 339.26 0.34 0.54
Hex B2 61 7D 0 2E 1E 1E 153 22 36
Octal 262 141 175 0 56 36 36 523 42 66
Binary 10110010 1100001 1111101 0 101110 11110 11110 101010011 100010 110110

Color Harmonies of #B2617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2617D

Black with #B2617D

Text Example


Text Example

White with #B2617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2617D; }

 p { color: rgb(178,97,125); }

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

background-color css

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

 a { background-color: rgb(178,97,125); }

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

border-color css

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

 span { border-color: rgb(178,97,125); }

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