Html Css Color HEX #B26380 Tapestry

📋 copy color: '#B26380'

red 178 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #B26380

Tints of Tapestry #B26380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 43.95%
G = 24.44%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B26380 (or 0xB26380) is known color: Tapestry. HEX triplet: B2, 63 and 80. RGB value is (178,99,128). Sum of RGB (Red+Green+Blue) = 178+99+128=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B26380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26380 is #4D9C7F. Grayscale: #7D7D7D. Windows color (decimal): -5086336 or 8414130. OLE color: 8414130.

HSL color Cylindrical-coordinate representation of color #B26380: hue angle of 337.97º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26380 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 128 -
CMYK 0 0.44 0.28 0.30
HSL 337.97º 0.34% 0.54% -
HSV(B) 337.97º 0.44% 0.7% -
XYZ 26.72 19.95 22.86 -
YUV 125.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 178 99 128 0 0.44 0.28 0.30 337.97 0.34 0.54
Hex B2 63 80 0 2C 1C 1E 152 22 36
Octal 262 143 200 0 54 34 36 522 42 66
Binary 10110010 1100011 10000000 0 101100 11100 11110 101010010 100010 110110

Color Harmonies of #B26380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26380

Black with #B26380

Text Example


Text Example

White with #B26380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26380; }

 p { color: rgb(178,99,128); }

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

background-color css

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

 a { background-color: rgb(178,99,128); }

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

border-color css

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

 span { border-color: rgb(178,99,128); }

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