#BD3F59

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

Shades of Hippie Pink #BD3F59

Tints of Hippie Pink #BD3F59

Color information

#BD3F59 (or 0xBD3F59) is unknown color: approx Hippie Pink. HEX triplet: BD, 3F and 59. RGB value is (189,63,89). Sum of RGB (Red+Green+Blue) = 189+63+89=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F59 is #42C0A6. Grayscale: #676767. Windows color (decimal): -4374695 or 5849021. OLE color: 5849021.

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

Color convert

RGB1896389-
CMYK00.670.530.26
HSL347.62º50%49.41%-
HSV(B)347.62º66.67%74.12%-
XYZ24.5715.111.07-
YUV103.64119.74188.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=55.43%
G=18.48%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189638900.670.530.26347.625049.41
HexBD3F59043351A15c3231
Octal27577131010365325346261
Binary1011110111111110110010100001111010111010101011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F59; }

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

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

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

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

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

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

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

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