Html Css Color HEX #B26890 Tapestry

📋 copy color: '#B26890'

red 178 ◦ green 104 ◦ blue 144

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

Shades of Tapestry #B26890

Tints of Tapestry #B26890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 41.78%
G = 24.41%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B26890 (or 0xB26890) is known color: Tapestry. HEX triplet: B2, 68 and 90. RGB value is (178,104,144). Sum of RGB (Red+Green+Blue) = 178+104+144=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B26890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26890 is #4D976F. Grayscale: #828282. Windows color (decimal): -5085040 or 9463986. OLE color: 9463986.

HSL color Cylindrical-coordinate representation of color #B26890: hue angle of 327.57º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26890 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 104 144 -
CMYK 0 0.42 0.19 0.30
HSL 327.57º 0.32% 0.55% -
HSV(B) 327.57º 0.42% 0.7% -
XYZ 28.34 21.38 29.02 -
YUV 130.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 178 104 144 0 0.42 0.19 0.30 327.57 0.32 0.55
Hex B2 68 90 0 2A 13 1E 148 20 37
Octal 262 150 220 0 52 23 36 510 40 67
Binary 10110010 1101000 10010000 0 101010 10011 11110 101001000 100000 110111

Color Harmonies of #B26890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26890

Black with #B26890

Text Example


Text Example

White with #B26890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26890; }

 p { color: rgb(178,104,144); }

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

background-color css

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

 a { background-color: rgb(178,104,144); }

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

border-color css

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

 span { border-color: rgb(178,104,144); }

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