Html Css Color HEX #BC4155 Hippie Pink

📋 copy color: '#BC4155'

red 188 ◦ green 65 ◦ blue 85

#BC4155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #BC4155

Tints of Hippie Pink #BC4155

RGB

 RED value IS 188 (73.83% from 255) = 55.62%

 GREEN value IS 65 (25.78% from 255) = 19.23%

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 55.62%
G = 19.23%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC4155 (or 0xBC4155) is known color: Hippie Pink. HEX triplet: BC, 41 and 55. RGB value is (188,65,85). Sum of RGB (Red+Green+Blue) = 188+65+85=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4155 is #43BEAA. Grayscale: #686868. Windows color (decimal): -4439723 or 5587388. OLE color: 5587388.

HSL color Cylindrical-coordinate representation of color #BC4155: hue angle of 350.24º degrees, saturation: 0.49, 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 #BC4155 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 85 -
CMYK 0 0.65 0.55 0.26
HSL 350.24º 0.49% 0.5% -
HSV(B) 350.24º 0.65% 0.74% -
XYZ 24.27 15.13 10.24 -
YUV 104.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 188 65 85 0 0.65 0.55 0.26 350.24 0.49 0.5
Hex BC 41 55 0 41 37 1A 15E 31 32
Octal 274 101 125 0 101 67 32 536 61 62
Binary 10111100 1000001 1010101 0 1000001 110111 11010 101011110 110001 110010

Color Harmonies of #BC4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4155

Black with #BC4155

Text Example


Text Example

White with #BC4155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4155; }

 p { color: rgb(188,65,85); }

 H1.HeaderClassName
 {
   color: #BC4155;
 }
 .AnyTagClassName
 {
   color: #BC4155;
 }
</style>

background-color css

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

 a { background-color: rgb(188,65,85); }

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

border-color css

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

 span { border-color: rgb(188,65,85); }

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