#B05764

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

Shades of Blush #B05764

Tints of Blush #B05764

Color information

#B05764 (or 0xB05764) is unknown color: approx Blush. HEX triplet: B0, 57 and 64. RGB value is (176,87,100). Sum of RGB (Red+Green+Blue) = 176+87+100=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05764 is #4FA89B. Grayscale: #737373. Windows color (decimal): -5220508 or 6576048. OLE color: 6576048.

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

Color convert

RGB17687100-
CMYK00.510.430.31
HSL351.24º36.03%51.57%-
HSV(B)351.24º50.57%69.02%-
XYZ23.6116.9714.09-
YUV115.09119.49171.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=48.48%
G=23.97%
B=27.55%

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
Decimal1768710000.510.430.31351.2436.0351.57
HexB057640332B1F15f2434
Octal26012714406353375374464
Binary1011000010101111100100011001110101111111101011111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05764; }

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

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

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

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

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

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

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

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