Html Css Color HEX #B2618C Tapestry

📋 copy color: '#B2618C'

red 178 ◦ green 97 ◦ blue 140

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

Shades of Tapestry #B2618C

Tints of Tapestry #B2618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 42.89%
G = 23.37%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2618C (or 0xB2618C) is known color: Tapestry. HEX triplet: B2, 61 and 8C. RGB value is (178,97,140). Sum of RGB (Red+Green+Blue) = 178+97+140=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2618C is #4D9E73. Grayscale: #7E7E7E. Windows color (decimal): -5086836 or 9200050. OLE color: 9200050.

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

Color convert

RGB 178 97 140 -
CMYK 0 0.46 0.21 0.30
HSL 328.15º 0.34% 0.54% -
HSV(B) 328.15º 0.46% 0.7% -
XYZ 27.37 19.91 27.21 -
YUV 126.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 178 97 140 0 0.46 0.21 0.30 328.15 0.34 0.54
Hex B2 61 8C 0 2E 15 1E 148 22 36
Octal 262 141 214 0 56 25 36 510 42 66
Binary 10110010 1100001 10001100 0 101110 10101 11110 101001000 100010 110110

Color Harmonies of #B2618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2618C

Black with #B2618C

Text Example


Text Example

White with #B2618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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