Html Css Color HEX #BC444E Hippie Pink

📋 copy color: '#BC444E'

red 188 ◦ green 68 ◦ blue 78

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

Shades of Hippie Pink #BC444E

Tints of Hippie Pink #BC444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 78 (30.86% from 255) = 23.35%

R = 56.29%
G = 20.36%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC444E (or 0xBC444E) is known color: Hippie Pink. HEX triplet: BC, 44 and 4E. RGB value is (188,68,78). Sum of RGB (Red+Green+Blue) = 188+68+78=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC444E is #43BBB1. Grayscale: #696969. Windows color (decimal): -4438962 or 5129404. OLE color: 5129404.

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

Color convert

RGB 188 68 78 -
CMYK 0 0.64 0.59 0.26
HSL 355º 0.47% 0.5% -
HSV(B) 355º 0.64% 0.74% -
XYZ 24.18 15.38 8.9 -
YUV 105.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 188 68 78 0 0.64 0.59 0.26 355 0.47 0.5
Hex BC 44 4E 0 40 3B 1A 163 2F 32
Octal 274 104 116 0 100 73 32 543 57 62
Binary 10111100 1000100 1001110 0 1000000 111011 11010 101100011 101111 110010

Color Harmonies of #BC444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC444E

Black with #BC444E

Text Example


Text Example

White with #BC444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC444E; }

 p { color: rgb(188,68,78); }

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

background-color css

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

 a { background-color: rgb(188,68,78); }

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

border-color css

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

 span { border-color: rgb(188,68,78); }

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