#B56163

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

Shades of Blush #B56163

Tints of Blush #B56163

Color information

#B56163 (or 0xB56163) is unknown color: approx Blush. HEX triplet: B5, 61 and 63. RGB value is (181,97,99). Sum of RGB (Red+Green+Blue) = 181+97+99=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56163 is #4A9E9C. Grayscale: #7A7A7A. Windows color (decimal): -4890269 or 6513077. OLE color: 6513077.

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

Color convert

RGB1819799-
CMYK00.460.450.29
HSL358.57º36.21%54.51%-
HSV(B)358.57º46.41%70.98%-
XYZ25.5819.2714.18-
YUV122.34114.83169.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=48.01%
G=25.73%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181979900.460.450.29358.5736.2154.51
HexB5616302E2D1D1672437
Octal26514114305655355474467
Binary1011010111000011100011010111010110111101101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56163; }

 p { color: rgb(181,97,99); }

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

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

 a { background-color: rgb(181,97,99); }

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

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

 span { border-color: rgb(181,97,99); }

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