Html Css Color HEX #BC4156 Hippie Pink

📋 copy color: '#BC4156'

red 188 ◦ green 65 ◦ blue 86

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

Shades of Hippie Pink #BC4156

Tints of Hippie Pink #BC4156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 55.46%
G = 19.17%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC4156 (or 0xBC4156) is known color: Hippie Pink. HEX triplet: BC, 41 and 56. RGB value is (188,65,86). Sum of RGB (Red+Green+Blue) = 188+65+86=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4156 is #43BEA9. Grayscale: #686868. Windows color (decimal): -4439722 or 5652924. OLE color: 5652924.

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

Color convert

RGB 188 65 86 -
CMYK 0 0.65 0.54 0.26
HSL 349.76º 0.49% 0.5% -
HSV(B) 349.76º 0.65% 0.74% -
XYZ 24.31 15.14 10.45 -
YUV 104.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 188 65 86 0 0.65 0.54 0.26 349.76 0.49 0.5
Hex BC 41 56 0 41 36 1A 15E 31 32
Octal 274 101 126 0 101 66 32 536 61 62
Binary 10111100 1000001 1010110 0 1000001 110110 11010 101011110 110001 110010

Color Harmonies of #BC4156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4156

Black with #BC4156

Text Example


Text Example

White with #BC4156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4156; }

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

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

background-color css

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

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

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

border-color css

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

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

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