Html Css Color HEX #BC4359 Hippie Pink

📋 copy color: '#BC4359'

red 188 ◦ green 67 ◦ blue 89

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

Shades of Hippie Pink #BC4359

Tints of Hippie Pink #BC4359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 54.65%
G = 19.48%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC4359 (or 0xBC4359) is known color: Hippie Pink. HEX triplet: BC, 43 and 59. RGB value is (188,67,89). Sum of RGB (Red+Green+Blue) = 188+67+89=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4359 is #43BCA6. Grayscale: #696969. Windows color (decimal): -4439207 or 5850044. OLE color: 5850044.

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

Color convert

RGB 188 67 89 -
CMYK 0 0.64 0.53 0.26
HSL 349.09º 0.47% 0.5% -
HSV(B) 349.09º 0.64% 0.74% -
XYZ 24.55 15.43 11.14 -
YUV 105.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 188 67 89 0 0.64 0.53 0.26 349.09 0.47 0.5
Hex BC 43 59 0 40 35 1A 15D 2F 32
Octal 274 103 131 0 100 65 32 535 57 62
Binary 10111100 1000011 1011001 0 1000000 110101 11010 101011101 101111 110010

Color Harmonies of #BC4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4359

Black with #BC4359

Text Example


Text Example

White with #BC4359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4359; }

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

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

background-color css

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

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

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

border-color css

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

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

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