#b54765

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

Shades of Blush #B54765

Tints of Blush #B54765

Color information

#B54765 (or 0xB54765) is unknown color: approx Blush. HEX triplet: B5, 47 and 65. RGB value is (181,71,101). Sum of RGB (Red+Green+Blue) = 181+71+101=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B54765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54765 is #4AB89A. Grayscale: #6B6B6B. Windows color (decimal): -4896923 or 6637493. OLE color: 6637493.

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

Color convert

RGB18171101-
CMYK00.610.440.29
HSL343.64º43.65%49.41%-
HSV(B)343.64º60.77%70.98%-
XYZ23.6615.2714.01-
YUV107.31124.44180.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=51.27%
G=20.11%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817110100.610.440.29343.6443.6549.41
HexB5476503D2C1D1582c31
Octal26510714507554355305461
Binary1011010110001111100101011110110110011101101011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54765; }

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

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

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

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

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

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

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

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