#B56367

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

Shades of Blush #B56367

Tints of Blush #B56367

Color information

#B56367 (or 0xB56367) is unknown color: approx Blush. HEX triplet: B5, 63 and 67. RGB value is (181,99,103). Sum of RGB (Red+Green+Blue) = 181+99+103=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B56367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56367 is #4A9C98. Grayscale: #7C7C7C. Windows color (decimal): -4889753 or 6775733. OLE color: 6775733.

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

Color convert

RGB18199103-
CMYK00.450.430.29
HSL357.07º35.65%54.9%-
HSV(B)357.07º45.3%70.98%-
XYZ25.9719.7315.27-
YUV123.97116.17168.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=47.26%
G=25.85%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819910300.450.430.29357.0735.6554.9
HexB5636702D2B1D1652437
Octal26514314705553355454467
Binary1011010111000111100111010110110101111101101100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56367; }

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

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

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

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

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

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

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

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