Html Css Color HEX #BC4350 Hippie Pink

📋 copy color: '#BC4350'

red 188 ◦ green 67 ◦ blue 80

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

Shades of Hippie Pink #BC4350

Tints of Hippie Pink #BC4350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 56.12%
G = 20%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC4350 (or 0xBC4350) is known color: Hippie Pink. HEX triplet: BC, 43 and 50. RGB value is (188,67,80). Sum of RGB (Red+Green+Blue) = 188+67+80=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4350 is #43BCAF. Grayscale: #686868. Windows color (decimal): -4439216 or 5260220. OLE color: 5260220.

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

Color convert

RGB 188 67 80 -
CMYK 0 0.64 0.57 0.26
HSL 353.55º 0.47% 0.5% -
HSV(B) 353.55º 0.64% 0.74% -
XYZ 24.19 15.28 9.26 -
YUV 104.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 188 67 80 0 0.64 0.57 0.26 353.55 0.47 0.5
Hex BC 43 50 0 40 39 1A 162 2F 32
Octal 274 103 120 0 100 71 32 542 57 62
Binary 10111100 1000011 1010000 0 1000000 111001 11010 101100010 101111 110010

Color Harmonies of #BC4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4350

Black with #BC4350

Text Example


Text Example

White with #BC4350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4350; }

 p { color: rgb(188,67,80); }

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

background-color css

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

 a { background-color: rgb(188,67,80); }

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

border-color css

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

 span { border-color: rgb(188,67,80); }

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