Html Css Color HEX #BC4455 Hippie Pink

📋 copy color: '#BC4455'

red 188 ◦ green 68 ◦ blue 85

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

Shades of Hippie Pink #BC4455

Tints of Hippie Pink #BC4455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 55.13%
G = 19.94%
B = 24.93%

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

#BC4455 (or 0xBC4455) is known color: Hippie Pink. HEX triplet: BC, 44 and 55. RGB value is (188,68,85). Sum of RGB (Red+Green+Blue) = 188+68+85=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4455 is #43BBAA. Grayscale: #696969. Windows color (decimal): -4438955 or 5588156. OLE color: 5588156.

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

Color convert

RGB 188 68 85 -
CMYK 0 0.64 0.55 0.26
HSL 351.5º 0.47% 0.5% -
HSV(B) 351.5º 0.64% 0.74% -
XYZ 24.45 15.48 10.29 -
YUV 105.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 188 68 85 0 0.64 0.55 0.26 351.5 0.47 0.5
Hex BC 44 55 0 40 37 1A 160 2F 32
Octal 274 104 125 0 100 67 32 540 57 62
Binary 10111100 1000100 1010101 0 1000000 110111 11010 101100000 101111 110010

Color Harmonies of #BC4455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4455

Black with #BC4455

Text Example


Text Example

White with #BC4455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4455; }

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

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

background-color css

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

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

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

border-color css

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

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

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