Html Css Color HEX #BC4255 Hippie Pink

📋 copy color: '#BC4255'

red 188 ◦ green 66 ◦ blue 85

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

Shades of Hippie Pink #BC4255

Tints of Hippie Pink #BC4255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 55.46%
G = 19.47%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC4255 (or 0xBC4255) is known color: Hippie Pink. HEX triplet: BC, 42 and 55. RGB value is (188,66,85). Sum of RGB (Red+Green+Blue) = 188+66+85=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4255 is #43BDAA. Grayscale: #686868. Windows color (decimal): -4439467 or 5587644. OLE color: 5587644.

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

Color convert

RGB 188 66 85 -
CMYK 0 0.65 0.55 0.26
HSL 350.66º 0.48% 0.5% -
HSV(B) 350.66º 0.65% 0.74% -
XYZ 24.33 15.24 10.25 -
YUV 104.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 188 66 85 0 0.65 0.55 0.26 350.66 0.48 0.5
Hex BC 42 55 0 41 37 1A 15F 30 32
Octal 274 102 125 0 101 67 32 537 60 62
Binary 10111100 1000010 1010101 0 1000001 110111 11010 101011111 110000 110010

Color Harmonies of #BC4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4255

Black with #BC4255

Text Example


Text Example

White with #BC4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4255; }

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

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

background-color css

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

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

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

border-color css

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

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

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