Html Css Color HEX #BC4759 Hippie Pink

📋 copy color: '#BC4759'

red 188 ◦ green 71 ◦ blue 89

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

Shades of Hippie Pink #BC4759

Tints of Hippie Pink #BC4759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 54.02%
G = 20.4%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC4759 (or 0xBC4759) is known color: Hippie Pink. HEX triplet: BC, 47 and 59. RGB value is (188,71,89). Sum of RGB (Red+Green+Blue) = 188+71+89=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4759 is #43B8A6. Grayscale: #6C6C6C. Windows color (decimal): -4438183 or 5851068. OLE color: 5851068.

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

Color convert

RGB 188 71 89 -
CMYK 0 0.62 0.53 0.26
HSL 350.77º 0.47% 0.51% -
HSV(B) 350.77º 0.62% 0.74% -
XYZ 24.8 15.92 11.22 -
YUV 108.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 188 71 89 0 0.62 0.53 0.26 350.77 0.47 0.51
Hex BC 47 59 0 3E 35 1A 15F 2F 33
Octal 274 107 131 0 76 65 32 537 57 63
Binary 10111100 1000111 1011001 0 111110 110101 11010 101011111 101111 110011

Color Harmonies of #BC4759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4759

Black with #BC4759

Text Example


Text Example

White with #BC4759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4759; }

 p { color: rgb(188,71,89); }

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

background-color css

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

 a { background-color: rgb(188,71,89); }

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

border-color css

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

 span { border-color: rgb(188,71,89); }

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