#BD4465

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

Shades of Blush #BD4465

Tints of Blush #BD4465

Color information

#BD4465 (or 0xBD4465) is unknown color: approx Blush. HEX triplet: BD, 44 and 65. RGB value is (189,68,101). Sum of RGB (Red+Green+Blue) = 189+68+101=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4465 is #42BB9A. Grayscale: #6B6B6B. Windows color (decimal): -4373403 or 6636733. OLE color: 6636733.

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

Color convert

RGB18968101-
CMYK00.640.470.26
HSL343.64º47.83%50.39%-
HSV(B)343.64º64.02%74.12%-
XYZ25.415.8914.04-
YUV107.94124.09185.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=52.79%
G=18.99%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896810100.640.470.26343.6447.8350.39
HexBD44650402F1A1583032
Octal275104145010057325306062
Binary10111101100010011001010100000010111111010101011000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4465; }

 p { color: rgb(189,68,101); }

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

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

 a { background-color: rgb(189,68,101); }

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

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

 span { border-color: rgb(189,68,101); }

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