Html Css Color HEX #BC445C Hippie Pink

📋 copy color: '#BC445C'

red 188 ◦ green 68 ◦ blue 92

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

Shades of Hippie Pink #BC445C

Tints of Hippie Pink #BC445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 54.02%
G = 19.54%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC445C (or 0xBC445C) is known color: Hippie Pink. HEX triplet: BC, 44 and 5C. RGB value is (188,68,92). Sum of RGB (Red+Green+Blue) = 188+68+92=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445C is #43BBA3. Grayscale: #6A6A6A. Windows color (decimal): -4438948 or 6046908. OLE color: 6046908.

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

Color convert

RGB 188 68 92 -
CMYK 0 0.64 0.51 0.26
HSL 348º 0.47% 0.5% -
HSV(B) 348º 0.64% 0.74% -
XYZ 24.74 15.6 11.83 -
YUV 106.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 188 68 92 0 0.64 0.51 0.26 348 0.47 0.5
Hex BC 44 5C 0 40 33 1A 15C 2F 32
Octal 274 104 134 0 100 63 32 534 57 62
Binary 10111100 1000100 1011100 0 1000000 110011 11010 101011100 101111 110010

Color Harmonies of #BC445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC445C

Black with #BC445C

Text Example


Text Example

White with #BC445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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