Html Css Color HEX #B2618E Tapestry

📋 copy color: '#B2618E'

red 178 ◦ green 97 ◦ blue 142

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

Shades of Tapestry #B2618E

Tints of Tapestry #B2618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 42.69%
G = 23.26%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2618E (or 0xB2618E) is known color: Tapestry. HEX triplet: B2, 61 and 8E. RGB value is (178,97,142). Sum of RGB (Red+Green+Blue) = 178+97+142=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2618E is #4D9E71. Grayscale: #7E7E7E. Windows color (decimal): -5086834 or 9331122. OLE color: 9331122.

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

Color convert

RGB 178 97 142 -
CMYK 0 0.46 0.20 0.30
HSL 326.67º 0.34% 0.54% -
HSV(B) 326.67º 0.46% 0.7% -
XYZ 27.52 19.97 27.99 -
YUV 126.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 178 97 142 0 0.46 0.20 0.30 326.67 0.34 0.54
Hex B2 61 8E 0 2E 14 1E 147 22 36
Octal 262 141 216 0 56 24 36 507 42 66
Binary 10110010 1100001 10001110 0 101110 10100 11110 101000111 100010 110110

Color Harmonies of #B2618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2618E

Black with #B2618E

Text Example


Text Example

White with #B2618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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