Html Css Color HEX #B2608B Tapestry

📋 copy color: '#B2608B'

red 178 ◦ green 96 ◦ blue 139

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

Shades of Tapestry #B2608B

Tints of Tapestry #B2608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 43.1%
G = 23.24%
B = 33.66%

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

#B2608B (or 0xB2608B) is known color: Tapestry. HEX triplet: B2, 60 and 8B. RGB value is (178,96,139). Sum of RGB (Red+Green+Blue) = 178+96+139=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608B is #4D9F74. Grayscale: #7D7D7D. Windows color (decimal): -5087093 or 9134258. OLE color: 9134258.

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

Color convert

RGB 178 96 139 -
CMYK 0 0.46 0.22 0.30
HSL 328.54º 0.35% 0.54% -
HSV(B) 328.54º 0.46% 0.7% -
XYZ 27.2 19.69 26.79 -
YUV 125.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 178 96 139 0 0.46 0.22 0.30 328.54 0.35 0.54
Hex B2 60 8B 0 2E 16 1E 149 23 36
Octal 262 140 213 0 56 26 36 511 43 66
Binary 10110010 1100000 10001011 0 101110 10110 11110 101001001 100011 110110

Color Harmonies of #B2608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2608B

Black with #B2608B

Text Example


Text Example

White with #B2608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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