#BD3F5A

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

Shades of Hippie Pink #BD3F5A

Tints of Hippie Pink #BD3F5A

Color information

#BD3F5A (or 0xBD3F5A) is unknown color: approx Hippie Pink. HEX triplet: BD, 3F and 5A. RGB value is (189,63,90). Sum of RGB (Red+Green+Blue) = 189+63+90=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F5A is #42C0A5. Grayscale: #676767. Windows color (decimal): -4374694 or 5914557. OLE color: 5914557.

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

Color convert

RGB1896390-
CMYK00.670.520.26
HSL347.14º50%49.41%-
HSV(B)347.14º66.67%74.12%-
XYZ24.6115.1111.29-
YUV103.75120.24188.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=55.26%
G=18.42%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189639000.670.520.26347.145049.41
HexBD3F5A043341A15b3231
Octal27577132010364325336261
Binary1011110111111110110100100001111010011010101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F5A; }

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

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

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

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

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

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

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

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