#BD4555

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

Shades of Hippie Pink #BD4555

Tints of Hippie Pink #BD4555

Color information

#BD4555 (or 0xBD4555) is unknown color: approx Hippie Pink. HEX triplet: BD, 45 and 55. RGB value is (189,69,85). Sum of RGB (Red+Green+Blue) = 189+69+85=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4555 is #42BAAA. Grayscale: #6A6A6A. Windows color (decimal): -4373163 or 5588413. OLE color: 5588413.

HSL color Cylindrical-coordinate representation of color #BD4555: hue angle of 352º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4555 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB1896985-
CMYK00.630.550.26
HSL352º47.62%50.59%-
HSV(B)352º63.49%74.12%-
XYZ24.7515.7310.33-
YUV106.7115.76186.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=55.10%
G=20.12%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189698500.630.550.2635247.6250.59
HexBD455503F371A1603033
Octal27510512507767325406063
Binary1011110110001011010101011111111011111010101100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4555; }

 p { color: rgb(189,69,85); }

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

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

 a { background-color: rgb(189,69,85); }

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

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

 span { border-color: rgb(189,69,85); }

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