#B05762

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

Shades of Blush #B05762

Tints of Blush #B05762

Color information

#B05762 (or 0xB05762) is unknown color: approx Blush. HEX triplet: B0, 57 and 62. RGB value is (176,87,98). Sum of RGB (Red+Green+Blue) = 176+87+98=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B05762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05762 is #4FA89D. Grayscale: #727272. Windows color (decimal): -5220510 or 6444976. OLE color: 6444976.

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

Color convert

RGB1768798-
CMYK00.510.440.31
HSL352.58º36.03%51.57%-
HSV(B)352.58º50.57%69.02%-
XYZ23.5216.9313.58-
YUV114.86118.49171.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=48.75%
G=24.10%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176879800.510.440.31352.5836.0351.57
HexB057620332C1F1612434
Octal26012714206354375414464
Binary1011000010101111100010011001110110011111101100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05762; }

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

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

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

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

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

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

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

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