Html Css Color HEX #B26388 Tapestry

📋 copy color: '#B26388'

red 178 ◦ green 99 ◦ blue 136

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

Shades of Tapestry #B26388

Tints of Tapestry #B26388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 43.1%
G = 23.97%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B26388 (or 0xB26388) is known color: Tapestry. HEX triplet: B2, 63 and 88. RGB value is (178,99,136). Sum of RGB (Red+Green+Blue) = 178+99+136=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26388 is #4D9C77. Grayscale: #7E7E7E. Windows color (decimal): -5086328 or 8938418. OLE color: 8938418.

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

Color convert

RGB 178 99 136 -
CMYK 0 0.44 0.24 0.30
HSL 331.9º 0.34% 0.54% -
HSV(B) 331.9º 0.44% 0.7% -
XYZ 27.27 20.17 25.75 -
YUV 126.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 178 99 136 0 0.44 0.24 0.30 331.9 0.34 0.54
Hex B2 63 88 0 2C 18 1E 14C 22 36
Octal 262 143 210 0 54 30 36 514 42 66
Binary 10110010 1100011 10001000 0 101100 11000 11110 101001100 100010 110110

Color Harmonies of #B26388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26388

Black with #B26388

Text Example


Text Example

White with #B26388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26388; }

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

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

background-color css

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

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

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

border-color css

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

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

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