#BD445A

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

Shades of Hippie Pink #BD445A

Tints of Hippie Pink #BD445A

Color information

#BD445A (or 0xBD445A) is unknown color: approx Hippie Pink. HEX triplet: BD, 44 and 5A. RGB value is (189,68,90). Sum of RGB (Red+Green+Blue) = 189+68+90=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD445A is #42BBA5. Grayscale: #6A6A6A. Windows color (decimal): -4373414 or 5915837. OLE color: 5915837.

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

Color convert

RGB1896890-
CMYK00.640.520.26
HSL349.09º47.83%50.39%-
HSV(B)349.09º64.02%74.12%-
XYZ24.915.6911.39-
YUV106.69118.59186.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=54.47%
G=19.60%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189689000.640.520.26349.0947.8350.39
HexBD445A040341A15d3032
Octal275104132010064325356062
Binary10111101100010010110100100000011010011010101011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD445A; }

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

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

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

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

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

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

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

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