#BD4458

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

Shades of Hippie Pink #BD4458

Tints of Hippie Pink #BD4458

Color information

#BD4458 (or 0xBD4458) is unknown color: approx Hippie Pink. HEX triplet: BD, 44 and 58. RGB value is (189,68,88). Sum of RGB (Red+Green+Blue) = 189+68+88=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4458 is #42BBA7. Grayscale: #6A6A6A. Windows color (decimal): -4373416 or 5784765. OLE color: 5784765.

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

Color convert

RGB1896888-
CMYK00.640.530.26
HSL350.08º47.83%50.39%-
HSV(B)350.08º64.02%74.12%-
XYZ24.8115.6610.95-
YUV106.46117.59186.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=54.78%
G=19.71%
B=25.51%

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
Decimal189688800.640.530.26350.0847.8350.39
HexBD4458040351A15e3032
Octal275104130010065325366062
Binary10111101100010010110000100000011010111010101011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4458; }

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

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

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

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

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

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

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

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