#BD4459

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

Shades of Hippie Pink #BD4459

Tints of Hippie Pink #BD4459

Color information

#BD4459 (or 0xBD4459) is unknown color: approx Hippie Pink. HEX triplet: BD, 44 and 59. RGB value is (189,68,89). Sum of RGB (Red+Green+Blue) = 189+68+89=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4459 is #42BBA6. Grayscale: #6A6A6A. Windows color (decimal): -4373415 or 5850301. OLE color: 5850301.

HSL color Cylindrical-coordinate representation of color #BD4459: hue angle of 349.59º 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 #BD4459 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1896889-
CMYK00.640.530.26
HSL349.59º47.83%50.39%-
HSV(B)349.59º64.02%74.12%-
XYZ24.8615.6711.17-
YUV106.57118.09186.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=54.62%
G=19.65%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189688900.640.530.26349.5947.8350.39
HexBD4459040351A15e3032
Octal275104131010065325366062
Binary10111101100010010110010100000011010111010101011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4459; }

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

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

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

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

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

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

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

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