Html Css Color HEX #B2608A Tapestry

📋 copy color: '#B2608A'

red 178 ◦ green 96 ◦ blue 138

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

Shades of Tapestry #B2608A

Tints of Tapestry #B2608A

RGB

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

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

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

R = 43.2%
G = 23.3%
B = 33.5%

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

#B2608A (or 0xB2608A) is known color: Tapestry. HEX triplet: B2, 60 and 8A. RGB value is (178,96,138). Sum of RGB (Red+Green+Blue) = 178+96+138=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608A is #4D9F75. Grayscale: #7D7D7D. Windows color (decimal): -5087094 or 9068722. OLE color: 9068722.

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

Color convert

RGB 178 96 138 -
CMYK 0 0.46 0.22 0.30
HSL 329.27º 0.35% 0.54% -
HSV(B) 329.27º 0.46% 0.7% -
XYZ 27.13 19.67 26.41 -
YUV 125.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 178 96 138 0 0.46 0.22 0.30 329.27 0.35 0.54
Hex B2 60 8A 0 2E 16 1E 149 23 36
Octal 262 140 212 0 56 26 36 511 43 66
Binary 10110010 1100000 10001010 0 101110 10110 11110 101001001 100011 110110

Color Harmonies of #B2608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2608A

Black with #B2608A

Text Example


Text Example

White with #B2608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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