Html Css Color HEX #BC4551 Hippie Pink

📋 copy color: '#BC4551'

red 188 ◦ green 69 ◦ blue 81

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

Shades of Hippie Pink #BC4551

Tints of Hippie Pink #BC4551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 55.62%
G = 20.41%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC4551 (or 0xBC4551) is known color: Hippie Pink. HEX triplet: BC, 45 and 51. RGB value is (188,69,81). Sum of RGB (Red+Green+Blue) = 188+69+81=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4551 is #43BAAE. Grayscale: #6A6A6A. Windows color (decimal): -4438703 or 5326268. OLE color: 5326268.

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

Color convert

RGB 188 69 81 -
CMYK 0 0.63 0.57 0.26
HSL 353.95º 0.47% 0.5% -
HSV(B) 353.95º 0.63% 0.74% -
XYZ 24.35 15.54 9.5 -
YUV 105.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 188 69 81 0 0.63 0.57 0.26 353.95 0.47 0.5
Hex BC 45 51 0 3F 39 1A 162 2F 32
Octal 274 105 121 0 77 71 32 542 57 62
Binary 10111100 1000101 1010001 0 111111 111001 11010 101100010 101111 110010

Color Harmonies of #BC4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4551

Black with #BC4551

Text Example


Text Example

White with #BC4551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4551; }

 p { color: rgb(188,69,81); }

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

background-color css

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

 a { background-color: rgb(188,69,81); }

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

border-color css

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

 span { border-color: rgb(188,69,81); }

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