#B54965

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

Shades of Blush #B54965

Tints of Blush #B54965

Color information

#B54965 (or 0xB54965) is unknown color: approx Blush. HEX triplet: B5, 49 and 65. RGB value is (181,73,101). Sum of RGB (Red+Green+Blue) = 181+73+101=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B54965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54965 is #4AB69A. Grayscale: #6C6C6C. Windows color (decimal): -4896411 or 6638005. OLE color: 6638005.

HSL color Cylindrical-coordinate representation of color #B54965: hue angle of 344.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54965 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18173101-
CMYK00.600.440.29
HSL344.44º42.52%49.8%-
HSV(B)344.44º59.67%70.98%-
XYZ23.7915.5314.06-
YUV108.48123.78179.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=50.99%
G=20.56%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817310100.600.440.29344.4442.5249.8
HexB5496503C2C1D1582b32
Octal26511114507454355305362
Binary1011010110010011100101011110010110011101101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54965; }

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

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

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

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

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

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

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

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