Html Css Color HEX #BC4854 Hippie Pink

📋 copy color: '#BC4854'

red 188 ◦ green 72 ◦ blue 84

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

Shades of Hippie Pink #BC4854

Tints of Hippie Pink #BC4854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 54.65%
G = 20.93%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC4854 (or 0xBC4854) is known color: Hippie Pink. HEX triplet: BC, 48 and 54. RGB value is (188,72,84). Sum of RGB (Red+Green+Blue) = 188+72+84=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4854 is #43B7AB. Grayscale: #6C6C6C. Windows color (decimal): -4437932 or 5523644. OLE color: 5523644.

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

Color convert

RGB 188 72 84 -
CMYK 0 0.62 0.55 0.26
HSL 353.79º 0.46% 0.51% -
HSV(B) 353.79º 0.62% 0.74% -
XYZ 24.66 15.97 10.17 -
YUV 108.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 188 72 84 0 0.62 0.55 0.26 353.79 0.46 0.51
Hex BC 48 54 0 3E 37 1A 162 2E 33
Octal 274 110 124 0 76 67 32 542 56 63
Binary 10111100 1001000 1010100 0 111110 110111 11010 101100010 101110 110011

Color Harmonies of #BC4854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4854

Black with #BC4854

Text Example


Text Example

White with #BC4854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4854; }

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

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

background-color css

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

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

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

border-color css

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

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

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