Html Css Color HEX #B26C88 Tapestry

📋 copy color: '#B26C88'

red 178 ◦ green 108 ◦ blue 136

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

Shades of Tapestry #B26C88

Tints of Tapestry #B26C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 42.18%
G = 25.59%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B26C88 (or 0xB26C88) is known color: Tapestry. HEX triplet: B2, 6C and 88. RGB value is (178,108,136). Sum of RGB (Red+Green+Blue) = 178+108+136=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C88 is #4D9377. Grayscale: #848484. Windows color (decimal): -5084024 or 8940722. OLE color: 8940722.

HSL color Cylindrical-coordinate representation of color #B26C88: hue angle of 336º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26C88 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 136 -
CMYK 0 0.39 0.24 0.30
HSL 336º 0.31% 0.56% -
HSV(B) 336º 0.39% 0.7% -
XYZ 28.17 21.97 26.05 -
YUV 132.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 178 108 136 0 0.39 0.24 0.30 336 0.31 0.56
Hex B2 6C 88 0 27 18 1E 150 1F 38
Octal 262 154 210 0 47 30 36 520 37 70
Binary 10110010 1101100 10001000 0 100111 11000 11110 101010000 11111 111000

Color Harmonies of #B26C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C88

Black with #B26C88

Text Example


Text Example

White with #B26C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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