Html Css Color HEX #B2617A Tapestry

📋 copy color: '#B2617A'

red 178 ◦ green 97 ◦ blue 122

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

Shades of Tapestry #B2617A

Tints of Tapestry #B2617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 44.84%
G = 24.43%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2617A (or 0xB2617A) is known color: Tapestry. HEX triplet: B2, 61 and 7A. RGB value is (178,97,122). Sum of RGB (Red+Green+Blue) = 178+97+122=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2617A is #4D9E85. Grayscale: #7C7C7C. Windows color (decimal): -5086854 or 8020402. OLE color: 8020402.

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

Color convert

RGB 178 97 122 -
CMYK 0 0.46 0.31 0.30
HSL 341.48º 0.34% 0.54% -
HSV(B) 341.48º 0.46% 0.7% -
XYZ 26.15 19.42 20.78 -
YUV 124.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 178 97 122 0 0.46 0.31 0.30 341.48 0.34 0.54
Hex B2 61 7A 0 2E 1F 1E 155 22 36
Octal 262 141 172 0 56 37 36 525 42 66
Binary 10110010 1100001 1111010 0 101110 11111 11110 101010101 100010 110110

Color Harmonies of #B2617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2617A

Black with #B2617A

Text Example


Text Example

White with #B2617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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