#BD4558

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

Shades of Hippie Pink #BD4558

Tints of Hippie Pink #BD4558

Color information

#BD4558 (or 0xBD4558) is unknown color: approx Hippie Pink. HEX triplet: BD, 45 and 58. RGB value is (189,69,88). Sum of RGB (Red+Green+Blue) = 189+69+88=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4558 is #42BAA7. Grayscale: #6B6B6B. Windows color (decimal): -4373160 or 5785021. OLE color: 5785021.

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

Color convert

RGB1896988-
CMYK00.630.530.26
HSL350.5º47.62%50.59%-
HSV(B)350.5º63.49%74.12%-
XYZ24.8815.7810.97-
YUV107.05117.26186.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=54.62%
G=19.94%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189698800.630.530.26350.547.6250.59
HexBD455803F351A15e3033
Octal27510513007765325366063
Binary1011110110001011011000011111111010111010101011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4558; }

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

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

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

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

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

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

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

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