Html Css Color HEX #B2618A Tapestry

📋 copy color: '#B2618A'

red 178 ◦ green 97 ◦ blue 138

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

Shades of Tapestry #B2618A

Tints of Tapestry #B2618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 43.1%
G = 23.49%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2618A (or 0xB2618A) is known color: Tapestry. HEX triplet: B2, 61 and 8A. RGB value is (178,97,138). Sum of RGB (Red+Green+Blue) = 178+97+138=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2618A is #4D9E75. Grayscale: #7D7D7D. Windows color (decimal): -5086838 or 9068978. OLE color: 9068978.

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

Color convert

RGB 178 97 138 -
CMYK 0 0.46 0.22 0.30
HSL 329.63º 0.34% 0.54% -
HSV(B) 329.63º 0.46% 0.7% -
XYZ 27.22 19.85 26.44 -
YUV 125.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 178 97 138 0 0.46 0.22 0.30 329.63 0.34 0.54
Hex B2 61 8A 0 2E 16 1E 14A 22 36
Octal 262 141 212 0 56 26 36 512 42 66
Binary 10110010 1100001 10001010 0 101110 10110 11110 101001010 100010 110110

Color Harmonies of #B2618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2618A

Black with #B2618A

Text Example


Text Example

White with #B2618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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