Html Css Color HEX #BC4552 Hippie Pink

📋 copy color: '#BC4552'

red 188 ◦ green 69 ◦ blue 82

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

Shades of Hippie Pink #BC4552

Tints of Hippie Pink #BC4552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 55.46%
G = 20.35%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4552 (or 0xBC4552) is known color: Hippie Pink. HEX triplet: BC, 45 and 52. RGB value is (188,69,82). Sum of RGB (Red+Green+Blue) = 188+69+82=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4552 is #43BAAD. Grayscale: #6A6A6A. Windows color (decimal): -4438702 or 5391804. OLE color: 5391804.

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

Color convert

RGB 188 69 82 -
CMYK 0 0.63 0.56 0.26
HSL 353.45º 0.47% 0.5% -
HSV(B) 353.45º 0.63% 0.74% -
XYZ 24.39 15.56 9.7 -
YUV 106.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 188 69 82 0 0.63 0.56 0.26 353.45 0.47 0.5
Hex BC 45 52 0 3F 38 1A 161 2F 32
Octal 274 105 122 0 77 70 32 541 57 62
Binary 10111100 1000101 1010010 0 111111 111000 11010 101100001 101111 110010

Color Harmonies of #BC4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4552

Black with #BC4552

Text Example


Text Example

White with #BC4552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4552; }

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

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

background-color css

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

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

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

border-color css

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

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

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