Html Css Color HEX #BC4956 Hippie Pink

📋 copy color: '#BC4956'

red 188 ◦ green 73 ◦ blue 86

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

Shades of Hippie Pink #BC4956

Tints of Hippie Pink #BC4956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 54.18%
G = 21.04%
B = 24.78%

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

#BC4956 (or 0xBC4956) is known color: Hippie Pink. HEX triplet: BC, 49 and 56. RGB value is (188,73,86). Sum of RGB (Red+Green+Blue) = 188+73+86=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4956 is #43B6A9. Grayscale: #6C6C6C. Windows color (decimal): -4437674 or 5654972. OLE color: 5654972.

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

Color convert

RGB 188 73 86 -
CMYK 0 0.61 0.54 0.26
HSL 353.22º 0.46% 0.51% -
HSV(B) 353.22º 0.61% 0.74% -
XYZ 24.8 16.13 10.61 -
YUV 108.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 188 73 86 0 0.61 0.54 0.26 353.22 0.46 0.51
Hex BC 49 56 0 3D 36 1A 161 2E 33
Octal 274 111 126 0 75 66 32 541 56 63
Binary 10111100 1001001 1010110 0 111101 110110 11010 101100001 101110 110011

Color Harmonies of #BC4956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4956

Black with #BC4956

Text Example


Text Example

White with #BC4956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4956; }

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

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

background-color css

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

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

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

border-color css

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

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

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