#BD405C

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

Shades of Hippie Pink #BD405C

Tints of Hippie Pink #BD405C

Color information

#BD405C (or 0xBD405C) is unknown color: approx Hippie Pink. HEX triplet: BD, 40 and 5C. RGB value is (189,64,92). Sum of RGB (Red+Green+Blue) = 189+64+92=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD405C is #42BFA3. Grayscale: #686868. Windows color (decimal): -4374436 or 6045885. OLE color: 6045885.

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

Color convert

RGB1896492-
CMYK00.660.510.26
HSL346.56º49.41%49.61%-
HSV(B)346.56º66.14%74.12%-
XYZ24.7515.2611.77-
YUV104.57120.91188.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=54.78%
G=18.55%
B=26.67%

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
Decimal189649200.660.510.26346.5649.4149.61
HexBD405C042331A15b3132
Octal275100134010263325336162
Binary10111101100000010111000100001011001111010101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD405C; }

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

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

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

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

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

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

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

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