Html Css Color HEX #BC4454 Hippie Pink

📋 copy color: '#BC4454'

red 188 ◦ green 68 ◦ blue 84

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

Shades of Hippie Pink #BC4454

Tints of Hippie Pink #BC4454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 55.29%
G = 20%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC4454 (or 0xBC4454) is known color: Hippie Pink. HEX triplet: BC, 44 and 54. RGB value is (188,68,84). Sum of RGB (Red+Green+Blue) = 188+68+84=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4454 is #43BBAB. Grayscale: #696969. Windows color (decimal): -4438956 or 5522620. OLE color: 5522620.

HSL color Cylindrical-coordinate representation of color #BC4454: hue angle of 352º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4454 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 84 -
CMYK 0 0.64 0.55 0.26
HSL 352º 0.47% 0.5% -
HSV(B) 352º 0.64% 0.74% -
XYZ 24.41 15.47 10.09 -
YUV 105.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 188 68 84 0 0.64 0.55 0.26 352 0.47 0.5
Hex BC 44 54 0 40 37 1A 160 2F 32
Octal 274 104 124 0 100 67 32 540 57 62
Binary 10111100 1000100 1010100 0 1000000 110111 11010 101100000 101111 110010

Color Harmonies of #BC4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4454

Black with #BC4454

Text Example


Text Example

White with #BC4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4454; }

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

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

background-color css

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

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

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

border-color css

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

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

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