#B05F62

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

Shades of Blush #B05F62

Tints of Blush #B05F62

Color information

#B05F62 (or 0xB05F62) is unknown color: approx Blush. HEX triplet: B0, 5F and 62. RGB value is (176,95,98). Sum of RGB (Red+Green+Blue) = 176+95+98=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05F62 is #4FA09D. Grayscale: #777777. Windows color (decimal): -5218462 or 6447024. OLE color: 6447024.

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

Color convert

RGB1769598-
CMYK00.460.440.31
HSL357.78º33.89%53.14%-
HSV(B)357.78º46.02%69.02%-
XYZ24.218.313.81-
YUV119.56115.84168.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=47.70%
G=25.75%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176959800.460.440.31357.7833.8953.14
HexB05F6202E2C1F1662235
Octal26013714205654375464265
Binary1011000010111111100010010111010110011111101100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F62; }

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

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

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

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

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

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

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

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