Html Css Color HEX #BC4259 Hippie Pink

📋 copy color: '#BC4259'

red 188 ◦ green 66 ◦ blue 89

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

Shades of Hippie Pink #BC4259

Tints of Hippie Pink #BC4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 54.81%
G = 19.24%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC4259 (or 0xBC4259) is known color: Hippie Pink. HEX triplet: BC, 42 and 59. RGB value is (188,66,89). Sum of RGB (Red+Green+Blue) = 188+66+89=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4259 is #43BDA6. Grayscale: #696969. Windows color (decimal): -4439463 or 5849788. OLE color: 5849788.

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

Color convert

RGB 188 66 89 -
CMYK 0 0.65 0.53 0.26
HSL 348.69º 0.48% 0.5% -
HSV(B) 348.69º 0.65% 0.74% -
XYZ 24.49 15.31 11.12 -
YUV 105.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 188 66 89 0 0.65 0.53 0.26 348.69 0.48 0.5
Hex BC 42 59 0 41 35 1A 15D 30 32
Octal 274 102 131 0 101 65 32 535 60 62
Binary 10111100 1000010 1011001 0 1000001 110101 11010 101011101 110000 110010

Color Harmonies of #BC4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4259

Black with #BC4259

Text Example


Text Example

White with #BC4259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4259; }

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

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

background-color css

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

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

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

border-color css

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

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

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