Html Css Color HEX #BC445A Hippie Pink

📋 copy color: '#BC445A'

red 188 ◦ green 68 ◦ blue 90

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

Shades of Hippie Pink #BC445A

Tints of Hippie Pink #BC445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 54.34%
G = 19.65%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC445A (or 0xBC445A) is known color: Hippie Pink. HEX triplet: BC, 44 and 5A. RGB value is (188,68,90). Sum of RGB (Red+Green+Blue) = 188+68+90=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445A is #43BBA5. Grayscale: #6A6A6A. Windows color (decimal): -4438950 or 5915836. OLE color: 5915836.

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

Color convert

RGB 188 68 90 -
CMYK 0 0.64 0.52 0.26
HSL 349º 0.47% 0.5% -
HSV(B) 349º 0.64% 0.74% -
XYZ 24.65 15.56 11.38 -
YUV 106.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 188 68 90 0 0.64 0.52 0.26 349 0.47 0.5
Hex BC 44 5A 0 40 34 1A 15D 2F 32
Octal 274 104 132 0 100 64 32 535 57 62
Binary 10111100 1000100 1011010 0 1000000 110100 11010 101011101 101111 110010

Color Harmonies of #BC445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC445A

Black with #BC445A

Text Example


Text Example

White with #BC445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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