#b05a6f

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

Shades of Blush #B05A6F

Tints of Blush #B05A6F

Color information

#B05A6F (or 0xB05A6F) is unknown color: approx Blush. HEX triplet: B0, 5A and 6F. RGB value is (176,90,111). Sum of RGB (Red+Green+Blue) = 176+90+111=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A6F is #4FA590. Grayscale: #767676. Windows color (decimal): -5219729 or 7297712. OLE color: 7297712.

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

Color convert

RGB17690111-
CMYK00.490.370.31
HSL345.35º35.25%52.16%-
HSV(B)345.35º48.86%69.02%-
XYZ24.4317.6917.17-
YUV118.11123.99169.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=46.68%
G=23.87%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769011100.490.370.31345.3535.2552.16
HexB05A6F031251F1592334
Octal26013215706145375314364
Binary1011000010110101101111011000110010111111101011001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05a6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05a6f; }

 p { color: rgb(176,90,111); }

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

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

 a { background-color: rgb(176,90,111); }

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

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

 span { border-color: rgb(176,90,111); }

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