Html Css Color HEX #BC4055 Hippie Pink

📋 copy color: '#BC4055'

red 188 ◦ green 64 ◦ blue 85

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

Shades of Hippie Pink #BC4055

Tints of Hippie Pink #BC4055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 55.79%
G = 18.99%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC4055 (or 0xBC4055) is known color: Hippie Pink. HEX triplet: BC, 40 and 55. RGB value is (188,64,85). Sum of RGB (Red+Green+Blue) = 188+64+85=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4055 is #43BFAA. Grayscale: #676767. Windows color (decimal): -4439979 or 5587132. OLE color: 5587132.

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

Color convert

RGB 188 64 85 -
CMYK 0 0.66 0.55 0.26
HSL 349.84º 0.49% 0.49% -
HSV(B) 349.84º 0.66% 0.74% -
XYZ 24.21 15.01 10.22 -
YUV 103.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 188 64 85 0 0.66 0.55 0.26 349.84 0.49 0.49
Hex BC 40 55 0 42 37 1A 15E 31 31
Octal 274 100 125 0 102 67 32 536 61 61
Binary 10111100 1000000 1010101 0 1000010 110111 11010 101011110 110001 110001

Color Harmonies of #BC4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4055

Black with #BC4055

Text Example


Text Example

White with #BC4055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4055; }

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

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

background-color css

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

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

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

border-color css

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

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

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