#BD4360

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

Shades of Blush #BD4360

Tints of Blush #BD4360

Color information

#BD4360 (or 0xBD4360) is unknown color: approx Blush. HEX triplet: BD, 43 and 60. RGB value is (189,67,96). Sum of RGB (Red+Green+Blue) = 189+67+96=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4360 is #42BC9F. Grayscale: #6A6A6A. Windows color (decimal): -4373664 or 6308797. OLE color: 6308797.

HSL color Cylindrical-coordinate representation of color #BD4360: hue angle of 345.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4360 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1896796-
CMYK00.650.490.26
HSL345.74º48.03%50.2%-
HSV(B)345.74º64.55%74.12%-
XYZ25.115.6812.77-
YUV106.78121.92186.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=53.69%
G=19.03%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189679600.650.490.26345.7448.0350.2
HexBD4360041311A15a3032
Octal275103140010161325326062
Binary10111101100001111000000100000111000111010101011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4360; }

 p { color: rgb(189,67,96); }

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

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

 a { background-color: rgb(189,67,96); }

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

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

 span { border-color: rgb(189,67,96); }

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