#B56065

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

Shades of Blush #B56065

Tints of Blush #B56065

Color information

#B56065 (or 0xB56065) is unknown color: approx Blush. HEX triplet: B5, 60 and 65. RGB value is (181,96,101). Sum of RGB (Red+Green+Blue) = 181+96+101=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B56065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56065 is #4A9F9A. Grayscale: #7A7A7A. Windows color (decimal): -4890523 or 6643893. OLE color: 6643893.

HSL color Cylindrical-coordinate representation of color #B56065: hue angle of 356.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56065 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18196101-
CMYK00.470.440.29
HSL356.47º36.48%54.31%-
HSV(B)356.47º46.96%70.98%-
XYZ25.5919.1314.66-
YUV121.98116.16170.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=47.88%
G=25.40%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819610100.470.440.29356.4736.4854.31
HexB5606502F2C1D1642436
Octal26514014505754355444466
Binary1011010111000001100101010111110110011101101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56065; }

 p { color: rgb(181,96,101); }

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

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

 a { background-color: rgb(181,96,101); }

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

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

 span { border-color: rgb(181,96,101); }

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