#BD425C

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

Shades of Hippie Pink #BD425C

Tints of Hippie Pink #BD425C

Color information

#BD425C (or 0xBD425C) is unknown color: approx Hippie Pink. HEX triplet: BD, 42 and 5C. RGB value is (189,66,92). Sum of RGB (Red+Green+Blue) = 189+66+92=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD425C is #42BDA3. Grayscale: #696969. Windows color (decimal): -4373924 or 6046397. OLE color: 6046397.

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

Color convert

RGB1896692-
CMYK00.650.510.26
HSL347.32º48.24%50%-
HSV(B)347.32º65.08%74.12%-
XYZ24.8715.4911.8-
YUV105.74120.25187.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=54.47%
G=19.02%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189669200.650.510.26347.3248.2450
HexBD425C041331A15b3032
Octal275102134010163325336062
Binary10111101100001010111000100000111001111010101011011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD425C; }

 p { color: rgb(189,66,92); }

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

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

 a { background-color: rgb(189,66,92); }

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

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

 span { border-color: rgb(189,66,92); }

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