Html Css Color HEX #BC4656 Hippie Pink

📋 copy color: '#BC4656'

red 188 ◦ green 70 ◦ blue 86

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

Shades of Hippie Pink #BC4656

Tints of Hippie Pink #BC4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 86 (33.98% from 255) = 25%

R = 54.65%
G = 20.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC4656 (or 0xBC4656) is known color: Hippie Pink. HEX triplet: BC, 46 and 56. RGB value is (188,70,86). Sum of RGB (Red+Green+Blue) = 188+70+86=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4656 is #43B9A9. Grayscale: #6B6B6B. Windows color (decimal): -4438442 or 5654204. OLE color: 5654204.

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

Color convert

RGB 188 70 86 -
CMYK 0 0.63 0.54 0.26
HSL 351.86º 0.47% 0.51% -
HSV(B) 351.86º 0.63% 0.74% -
XYZ 24.61 15.74 10.55 -
YUV 107.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 188 70 86 0 0.63 0.54 0.26 351.86 0.47 0.51
Hex BC 46 56 0 3F 36 1A 160 2F 33
Octal 274 106 126 0 77 66 32 540 57 63
Binary 10111100 1000110 1010110 0 111111 110110 11010 101100000 101111 110011

Color Harmonies of #BC4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4656

Black with #BC4656

Text Example


Text Example

White with #BC4656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4656; }

 p { color: rgb(188,70,86); }

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

background-color css

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

 a { background-color: rgb(188,70,86); }

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

border-color css

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

 span { border-color: rgb(188,70,86); }

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