#B05864

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

Shades of Blush #B05864

Tints of Blush #B05864

Color information

#B05864 (or 0xB05864) is unknown color: approx Blush. HEX triplet: B0, 58 and 64. RGB value is (176,88,100). Sum of RGB (Red+Green+Blue) = 176+88+100=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B05864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05864 is #4FA79B. Grayscale: #737373. Windows color (decimal): -5220252 or 6576304. OLE color: 6576304.

HSL color Cylindrical-coordinate representation of color #B05864: hue angle of 351.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05864 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17688100-
CMYK00.500.430.31
HSL351.82º35.77%51.76%-
HSV(B)351.82º50%69.02%-
XYZ23.6917.1314.11-
YUV115.68119.15171.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=48.35%
G=24.18%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768810000.500.430.31351.8235.7751.76
HexB058640322B1F1602434
Octal26013014406253375404464
Binary1011000010110001100100011001010101111111101100000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05864; }

 p { color: rgb(176,88,100); }

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

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

 a { background-color: rgb(176,88,100); }

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

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

 span { border-color: rgb(176,88,100); }

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