#BC485A

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

Shades of Hippie Pink #BC485A

Tints of Hippie Pink #BC485A

Color information

#BC485A (or 0xBC485A) is unknown color: approx Hippie Pink. HEX triplet: BC, 48 and 5A. RGB value is (188,72,90). Sum of RGB (Red+Green+Blue) = 188+72+90=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485A is #43B7A5. Grayscale: #6C6C6C. Windows color (decimal): -4437926 or 5916860. OLE color: 5916860.

HSL color Cylindrical-coordinate representation of color #BC485A: hue angle of 350.69º degrees, saturation: 0.46, 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 #BC485A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB1887290-
CMYK00.620.520.26
HSL350.69º46.4%50.98%-
HSV(B)350.69º61.7%73.73%-
XYZ24.916.0611.46-
YUV108.74117.43184.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=53.71%
G=20.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188729000.620.520.26350.6946.450.98
HexBC485A03E341A15f2e33
Octal27411013207664325375663
Binary1011110010010001011010011111011010011010101011111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC485A; }

 p { color: rgb(188,72,90); }

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

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

 a { background-color: rgb(188,72,90); }

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

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

 span { border-color: rgb(188,72,90); }

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