#b05460

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

Shades of Blush #B05460

Tints of Blush #B05460

Color information

#B05460 (or 0xB05460) is unknown color: approx Blush. HEX triplet: B0, 54 and 60. RGB value is (176,84,96). Sum of RGB (Red+Green+Blue) = 176+84+96=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B05460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05460 is #4FAB9F. Grayscale: #707070. Windows color (decimal): -5221280 or 6313136. OLE color: 6313136.

HSL color Cylindrical-coordinate representation of color #B05460: hue angle of 352.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05460 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1768496-
CMYK00.520.450.31
HSL352.17º36.8%50.98%-
HSV(B)352.17º52.27%69.02%-
XYZ23.1916.4213.01-
YUV112.88118.48173.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=49.44%
G=23.60%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176849600.520.450.31352.1736.850.98
HexB054600342D1F1602533
Octal26012414006455375404563
Binary1011000010101001100000011010010110111111101100000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05460; }

 p { color: rgb(176,84,96); }

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

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

 a { background-color: rgb(176,84,96); }

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

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

 span { border-color: rgb(176,84,96); }

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