#B05360

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

Shades of Blush #B05360

Tints of Blush #B05360

Color information

#B05360 (or 0xB05360) is unknown color: approx Blush. HEX triplet: B0, 53 and 60. RGB value is (176,83,96). Sum of RGB (Red+Green+Blue) = 176+83+96=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B05360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05360 is #4FAC9F. Grayscale: #707070. Windows color (decimal): -5221536 or 6312880. OLE color: 6312880.

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

Color convert

RGB1768396-
CMYK00.530.450.31
HSL351.61º37.05%50.78%-
HSV(B)351.61º52.84%69.02%-
XYZ23.1116.2612.99-
YUV112.29118.81173.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=49.58%
G=23.38%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176839600.530.450.31351.6137.0550.78
HexB053600352D1F1602533
Octal26012314006555375404563
Binary1011000010100111100000011010110110111111101100000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05360; }

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

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

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

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

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

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

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

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