Html Css Color HEX #BC425B Hippie Pink

📋 copy color: '#BC425B'

red 188 ◦ green 66 ◦ blue 91

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

Shades of Hippie Pink #BC425B

Tints of Hippie Pink #BC425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

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

R = 54.49%
G = 19.13%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC425B (or 0xBC425B) is known color: Hippie Pink. HEX triplet: BC, 42 and 5B. RGB value is (188,66,91). Sum of RGB (Red+Green+Blue) = 188+66+91=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC425B is #43BDA4. Grayscale: #696969. Windows color (decimal): -4439461 or 5980860. OLE color: 5980860.

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

Color convert

RGB 188 66 91 -
CMYK 0 0.65 0.52 0.26
HSL 347.7º 0.48% 0.5% -
HSV(B) 347.7º 0.65% 0.74% -
XYZ 24.58 15.34 11.56 -
YUV 105.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 188 66 91 0 0.65 0.52 0.26 347.7 0.48 0.5
Hex BC 42 5B 0 41 34 1A 15C 30 32
Octal 274 102 133 0 101 64 32 534 60 62
Binary 10111100 1000010 1011011 0 1000001 110100 11010 101011100 110000 110010

Color Harmonies of #BC425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC425B

Black with #BC425B

Text Example


Text Example

White with #BC425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC425B; }

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

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

background-color css

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

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

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

border-color css

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

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

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