Html Css Color HEX #BC405B Hippie Pink

📋 copy color: '#BC405B'

red 188 ◦ green 64 ◦ blue 91

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

Shades of Hippie Pink #BC405B

Tints of Hippie Pink #BC405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 54.81%
G = 18.66%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC405B (or 0xBC405B) is known color: Hippie Pink. HEX triplet: BC, 40 and 5B. RGB value is (188,64,91). Sum of RGB (Red+Green+Blue) = 188+64+91=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC405B is #43BFA4. Grayscale: #686868. Windows color (decimal): -4439973 or 5980348. OLE color: 5980348.

HSL color Cylindrical-coordinate representation of color #BC405B: hue angle of 346.94º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC405B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 91 -
CMYK 0 0.66 0.52 0.26
HSL 346.94º 0.49% 0.49% -
HSV(B) 346.94º 0.66% 0.74% -
XYZ 24.46 15.11 11.53 -
YUV 104.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 188 64 91 0 0.66 0.52 0.26 346.94 0.49 0.49
Hex BC 40 5B 0 42 34 1A 15B 31 31
Octal 274 100 133 0 102 64 32 533 61 61
Binary 10111100 1000000 1011011 0 1000010 110100 11010 101011011 110001 110001

Color Harmonies of #BC405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC405B

Black with #BC405B

Text Example


Text Example

White with #BC405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC405B; }

 p { color: rgb(188,64,91); }

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

background-color css

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

 a { background-color: rgb(188,64,91); }

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

border-color css

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

 span { border-color: rgb(188,64,91); }

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