#BD4159

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

Shades of Hippie Pink #BD4159

Tints of Hippie Pink #BD4159

Color information

#BD4159 (or 0xBD4159) is unknown color: approx Hippie Pink. HEX triplet: BD, 41 and 59. RGB value is (189,65,89). Sum of RGB (Red+Green+Blue) = 189+65+89=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4159 is #42BEA6. Grayscale: #686868. Windows color (decimal): -4374183 or 5849533. OLE color: 5849533.

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

Color convert

RGB1896589-
CMYK00.660.530.26
HSL348.39º48.82%49.8%-
HSV(B)348.39º65.61%74.12%-
XYZ24.6815.3211.11-
YUV104.81119.08188.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=55.10%
G=18.95%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189658900.660.530.26348.3948.8249.8
HexBD4159042351A15c3132
Octal275101131010265325346162
Binary10111101100000110110010100001011010111010101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4159; }

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

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

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

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

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

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

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

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