#B56062

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

Shades of Blush #B56062

Tints of Blush #B56062

Color information

#B56062 (or 0xB56062) is unknown color: approx Blush. HEX triplet: B5, 60 and 62. RGB value is (181,96,98). Sum of RGB (Red+Green+Blue) = 181+96+98=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B56062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56062 is #4A9F9D. Grayscale: #797979. Windows color (decimal): -4890526 or 6447285. OLE color: 6447285.

HSL color Cylindrical-coordinate representation of color #B56062: hue angle of 358.59º 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 #B56062 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1819698-
CMYK00.470.460.29
HSL358.59º36.48%54.31%-
HSV(B)358.59º46.96%70.98%-
XYZ25.4419.0713.9-
YUV121.64114.66170.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=48.27%
G=25.6%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181969800.470.460.29358.5936.4854.31
HexB5606202F2E1D1672436
Octal26514014205756355474466
Binary1011010111000001100010010111110111011101101100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56062; }

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

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

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

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

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

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

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

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