#b05a6e

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

Shades of Blush #B05A6E

Tints of Blush #B05A6E

Color information

#B05A6E (or 0xB05A6E) is unknown color: approx Blush. HEX triplet: B0, 5A and 6E. RGB value is (176,90,110). Sum of RGB (Red+Green+Blue) = 176+90+110=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A6E is #4FA591. Grayscale: #757575. Windows color (decimal): -5219730 or 7232176. OLE color: 7232176.

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

Color convert

RGB17690110-
CMYK00.490.370.31
HSL346.05º35.25%52.16%-
HSV(B)346.05º48.86%69.02%-
XYZ24.3817.6716.88-
YUV117.99123.49169.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=46.81%
G=23.94%
B=29.26%

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
Decimal1769011000.490.370.31346.0535.2552.16
HexB05A6E031251F15a2334
Octal26013215606145375324364
Binary1011000010110101101110011000110010111111101011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05a6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05a6e; }

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

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

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

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

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

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

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

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