Html Css Color HEX #BC4858 Hippie Pink

📋 copy color: '#BC4858'

red 188 ◦ green 72 ◦ blue 88

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

Shades of Hippie Pink #BC4858

Tints of Hippie Pink #BC4858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 54.02%
G = 20.69%
B = 25.29%

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

#BC4858 (or 0xBC4858) is known color: Hippie Pink. HEX triplet: BC, 48 and 58. RGB value is (188,72,88). Sum of RGB (Red+Green+Blue) = 188+72+88=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4858 is #43B7A7. Grayscale: #6C6C6C. Windows color (decimal): -4437928 or 5785788. OLE color: 5785788.

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

Color convert

RGB 188 72 88 -
CMYK 0 0.62 0.53 0.26
HSL 351.72º 0.46% 0.51% -
HSV(B) 351.72º 0.62% 0.74% -
XYZ 24.82 16.03 11.02 -
YUV 108.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 188 72 88 0 0.62 0.53 0.26 351.72 0.46 0.51
Hex BC 48 58 0 3E 35 1A 160 2E 33
Octal 274 110 130 0 76 65 32 540 56 63
Binary 10111100 1001000 1011000 0 111110 110101 11010 101100000 101110 110011

Color Harmonies of #BC4858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4858

Black with #BC4858

Text Example


Text Example

White with #BC4858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4858; }

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

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

background-color css

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

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

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

border-color css

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

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

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