Html Css Color HEX #BC4A56 Hippie Pink

📋 copy color: '#BC4A56'

red 188 ◦ green 74 ◦ blue 86

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

Shades of Hippie Pink #BC4A56

Tints of Hippie Pink #BC4A56

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

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

R = 54.02%
G = 21.26%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC4A56 (or 0xBC4A56) is known color: Hippie Pink. HEX triplet: BC, 4A and 56. RGB value is (188,74,86). Sum of RGB (Red+Green+Blue) = 188+74+86=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A56 is #43B5A9. Grayscale: #6D6D6D. Windows color (decimal): -4437418 or 5655228. OLE color: 5655228.

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

Color convert

RGB 188 74 86 -
CMYK 0 0.61 0.54 0.26
HSL 353.68º 0.46% 0.51% -
HSV(B) 353.68º 0.61% 0.74% -
XYZ 24.87 16.26 10.63 -
YUV 109.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 188 74 86 0 0.61 0.54 0.26 353.68 0.46 0.51
Hex BC 4A 56 0 3D 36 1A 162 2E 33
Octal 274 112 126 0 75 66 32 542 56 63
Binary 10111100 1001010 1010110 0 111101 110110 11010 101100010 101110 110011

Color Harmonies of #BC4A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A56

Black with #BC4A56

Text Example


Text Example

White with #BC4A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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