#BD405A

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

Shades of Hippie Pink #BD405A

Tints of Hippie Pink #BD405A

Color information

#BD405A (or 0xBD405A) is unknown color: approx Hippie Pink. HEX triplet: BD, 40 and 5A. RGB value is (189,64,90). Sum of RGB (Red+Green+Blue) = 189+64+90=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD405A is #42BFA5. Grayscale: #686868. Windows color (decimal): -4374438 or 5914813. OLE color: 5914813.

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

Color convert

RGB1896490-
CMYK00.660.520.26
HSL347.52º49.41%49.61%-
HSV(B)347.52º66.14%74.12%-
XYZ24.6715.2211.31-
YUV104.34119.91188.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=55.10%
G=18.66%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189649000.660.520.26347.5249.4149.61
HexBD405A042341A15c3132
Octal275100132010264325346162
Binary10111101100000010110100100001011010011010101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD405A; }

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

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

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

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

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

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

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

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