#B05765

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

Shades of Blush #B05765

Tints of Blush #B05765

Color information

#B05765 (or 0xB05765) is unknown color: approx Blush. HEX triplet: B0, 57 and 65. RGB value is (176,87,101). Sum of RGB (Red+Green+Blue) = 176+87+101=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B05765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05765 is #4FA89A. Grayscale: #737373. Windows color (decimal): -5220507 or 6641584. OLE color: 6641584.

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

Color convert

RGB17687101-
CMYK00.510.430.31
HSL350.56º36.03%51.57%-
HSV(B)350.56º50.57%69.02%-
XYZ23.6616.9914.34-
YUV115.21119.99171.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=48.35%
G=23.90%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768710100.510.430.31350.5636.0351.57
HexB057650332B1F15f2434
Octal26012714506353375374464
Binary1011000010101111100101011001110101111111101011111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05765; }

 p { color: rgb(176,87,101); }

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

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

 a { background-color: rgb(176,87,101); }

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

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

 span { border-color: rgb(176,87,101); }

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