#B26063

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

Shades of Blush #B26063

Tints of Blush #B26063

Color information

#B26063 (or 0xB26063) is unknown color: approx Blush. HEX triplet: B2, 60 and 63. RGB value is (178,96,99). Sum of RGB (Red+Green+Blue) = 178+96+99=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B26063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26063 is #4D9F9C. Grayscale: #787878. Windows color (decimal): -5087133 or 6512818. OLE color: 6512818.

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

Color convert

RGB1789699-
CMYK00.460.440.30
HSL357.8º34.75%53.73%-
HSV(B)357.8º46.07%69.8%-
XYZ24.818.7314.11-
YUV120.86115.67168.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=47.72%
G=25.74%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178969900.460.440.30357.834.7553.73
HexB2606302E2C1E1662336
Octal26214014305654365464366
Binary1011001011000001100011010111010110011110101100110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26063; }

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

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

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

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

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

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

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

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