#B05F74

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

Shades of Blush #B05F74

Tints of Blush #B05F74

Color information

#B05F74 (or 0xB05F74) is unknown color: approx Blush. HEX triplet: B0, 5F and 74. RGB value is (176,95,116). Sum of RGB (Red+Green+Blue) = 176+95+116=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05F74 is #4FA08B. Grayscale: #797979. Windows color (decimal): -5218444 or 7626672. OLE color: 7626672.

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

Color convert

RGB17695116-
CMYK00.460.340.31
HSL344.44º33.89%53.14%-
HSV(B)344.44º46.02%69.02%-
XYZ25.1518.6818.8-
YUV121.61124.84166.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=45.48%
G=24.55%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769511600.460.340.31344.4433.8953.14
HexB05F7402E221F1582235
Octal26013716405642375304265
Binary1011000010111111110100010111010001011111101011000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F74; }

 p { color: rgb(176,95,116); }

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

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

 a { background-color: rgb(176,95,116); }

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

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

 span { border-color: rgb(176,95,116); }

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