#BD4756

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

Shades of Hippie Pink #BD4756

Tints of Hippie Pink #BD4756

Color information

#BD4756 (or 0xBD4756) is unknown color: approx Hippie Pink. HEX triplet: BD, 47 and 56. RGB value is (189,71,86). Sum of RGB (Red+Green+Blue) = 189+71+86=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4756 is #42B8A9. Grayscale: #6C6C6C. Windows color (decimal): -4372650 or 5654461. OLE color: 5654461.

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

Color convert

RGB1897186-
CMYK00.620.540.26
HSL352.37º47.2%50.98%-
HSV(B)352.37º62.43%74.12%-
XYZ24.921610.58-
YUV107.99115.59185.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=54.62%
G=20.52%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189718600.620.540.26352.3747.250.98
HexBD475603E361A1602f33
Octal27510712607666325405763
Binary1011110110001111010110011111011011011010101100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4756; }

 p { color: rgb(189,71,86); }

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

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

 a { background-color: rgb(189,71,86); }

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

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

 span { border-color: rgb(189,71,86); }

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