Html Css Color HEX #B2608C Tapestry

📋 copy color: '#B2608C'

red 178 ◦ green 96 ◦ blue 140

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

Shades of Tapestry #B2608C

Tints of Tapestry #B2608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 43%
G = 23.19%
B = 33.82%

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

#B2608C (or 0xB2608C) is known color: Tapestry. HEX triplet: B2, 60 and 8C. RGB value is (178,96,140). Sum of RGB (Red+Green+Blue) = 178+96+140=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608C is #4D9F73. Grayscale: #7D7D7D. Windows color (decimal): -5087092 or 9199794. OLE color: 9199794.

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

Color convert

RGB 178 96 140 -
CMYK 0 0.46 0.21 0.30
HSL 327.8º 0.35% 0.54% -
HSV(B) 327.8º 0.46% 0.7% -
XYZ 27.28 19.72 27.18 -
YUV 125.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 178 96 140 0 0.46 0.21 0.30 327.8 0.35 0.54
Hex B2 60 8C 0 2E 15 1E 148 23 36
Octal 262 140 214 0 56 25 36 510 43 66
Binary 10110010 1100000 10001100 0 101110 10101 11110 101001000 100011 110110

Color Harmonies of #B2608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2608C

Black with #B2608C

Text Example


Text Example

White with #B2608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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