#B26263

Color #B26263 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B26263

Tints of Blush #B26263

Color information

#B26263 (or 0xB26263) is unknown color: approx Blush. HEX triplet: B2, 62 and 63. RGB value is (178,98,99). Sum of RGB (Red+Green+Blue) = 178+98+99=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B26263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26263 is #4D9D9C. Grayscale: #7A7A7A. Windows color (decimal): -5086621 or 6513330. OLE color: 6513330.

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

Color convert

RGB1789899-
CMYK00.450.440.30
HSL359.25º34.19%54.12%-
HSV(B)359.25º44.94%69.8%-
XYZ24.9819.114.17-
YUV122.03115167.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=47.47%
G=26.13%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178989900.450.440.30359.2534.1954.12
HexB2626302D2C1E1672236
Octal26214214305554365474266
Binary1011001011000101100011010110110110011110101100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26263; }

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

 H1.HeaderClassName
 {
   color: #B26263;
 }
 .AnyTagClassName
 {
   color: #B26263;
 }
</style>
background-color css

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

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

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

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

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

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