#B0565F

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

Shades of Blush #B0565F

Tints of Blush #B0565F

Color information

#B0565F (or 0xB0565F) is unknown color: approx Blush. HEX triplet: B0, 56 and 5F. RGB value is (176,86,95). Sum of RGB (Red+Green+Blue) = 176+86+95=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0565F is #4FA9A0. Grayscale: #717171. Windows color (decimal): -5220769 or 6248112. OLE color: 6248112.

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

Color convert

RGB1768695-
CMYK00.510.460.31
HSL354º36.29%51.37%-
HSV(B)354º51.14%69.02%-
XYZ23.316.7112.82-
YUV113.94117.32172.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=49.30%
G=24.09%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176869500.510.460.3135436.2951.37
HexB0565F0332E1F1622433
Octal26012613706356375424463
Binary1011000010101101011111011001110111011111101100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0565F; }

 p { color: rgb(176,86,95); }

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

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

 a { background-color: rgb(176,86,95); }

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

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

 span { border-color: rgb(176,86,95); }

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