#B26062

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

Shades of Blush #B26062

Tints of Blush #B26062

Color information

#B26062 (or 0xB26062) is unknown color: approx Blush. HEX triplet: B2, 60 and 62. RGB value is (178,96,98). Sum of RGB (Red+Green+Blue) = 178+96+98=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B26062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26062 is #4D9F9D. Grayscale: #787878. Windows color (decimal): -5087134 or 6447282. OLE color: 6447282.

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

Color convert

RGB1789698-
CMYK00.460.450.30
HSL358.54º34.75%53.73%-
HSV(B)358.54º46.07%69.8%-
XYZ24.7518.7113.86-
YUV120.75115.17168.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=47.85%
G=25.81%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178969800.460.450.30358.5434.7553.73
HexB2606202E2D1E1672336
Octal26214014205655365474366
Binary1011001011000001100010010111010110111110101100111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26062; }

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

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

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

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

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

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

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

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