#BD4158

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

Shades of Hippie Pink #BD4158

Tints of Hippie Pink #BD4158

Color information

#BD4158 (or 0xBD4158) is unknown color: approx Hippie Pink. HEX triplet: BD, 41 and 58. RGB value is (189,65,88). Sum of RGB (Red+Green+Blue) = 189+65+88=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4158 is #42BEA7. Grayscale: #686868. Windows color (decimal): -4374184 or 5783997. OLE color: 5783997.

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

Color convert

RGB1896588-
CMYK00.660.530.26
HSL348.87º48.82%49.8%-
HSV(B)348.87º65.61%74.12%-
XYZ24.6415.310.89-
YUV104.7118.58188.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=55.26%
G=19.01%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189658800.660.530.26348.8748.8249.8
HexBD4158042351A15d3132
Octal275101130010265325356162
Binary10111101100000110110000100001011010111010101011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4158; }

 p { color: rgb(189,65,88); }

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

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

 a { background-color: rgb(189,65,88); }

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

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

 span { border-color: rgb(189,65,88); }

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