#B05F61

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

Shades of Blush #B05F61

Tints of Blush #B05F61

Color information

#B05F61 (or 0xB05F61) is unknown color: approx Blush. HEX triplet: B0, 5F and 61. RGB value is (176,95,97). Sum of RGB (Red+Green+Blue) = 176+95+97=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05F61 is #4FA09E. Grayscale: #777777. Windows color (decimal): -5218463 or 6381488. OLE color: 6381488.

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

Color convert

RGB1769597-
CMYK00.460.450.31
HSL358.52º33.89%53.14%-
HSV(B)358.52º46.02%69.02%-
XYZ24.1518.2813.56-
YUV119.45115.34168.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=47.83%
G=25.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176959700.460.450.31358.5233.8953.14
HexB05F6102E2D1F1672235
Octal26013714105655375474265
Binary1011000010111111100001010111010110111111101100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F61; }

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

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

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

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

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

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

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

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