#BD405D

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

Shades of Hippie Pink #BD405D

Tints of Hippie Pink #BD405D

Color information

#BD405D (or 0xBD405D) is unknown color: approx Hippie Pink. HEX triplet: BD, 40 and 5D. RGB value is (189,64,93). Sum of RGB (Red+Green+Blue) = 189+64+93=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD405D is #42BFA2. Grayscale: #686868. Windows color (decimal): -4374435 or 6111421. OLE color: 6111421.

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

Color convert

RGB1896493-
CMYK00.660.510.26
HSL346.08º49.41%49.61%-
HSV(B)346.08º66.14%74.12%-
XYZ24.815.2812-
YUV104.68121.41188.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=54.62%
G=18.50%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189649300.660.510.26346.0849.4149.61
HexBD405D042331A15a3132
Octal275100135010263325326162
Binary10111101100000010111010100001011001111010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD405D; }

 p { color: rgb(189,64,93); }

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

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

 a { background-color: rgb(189,64,93); }

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

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

 span { border-color: rgb(189,64,93); }

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