Html Css Color HEX #BC465B Hippie Pink

📋 copy color: '#BC465B'

red 188 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #BC465B

Tints of Hippie Pink #BC465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

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

R = 53.87%
G = 20.06%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC465B (or 0xBC465B) is known color: Hippie Pink. HEX triplet: BC, 46 and 5B. RGB value is (188,70,91). Sum of RGB (Red+Green+Blue) = 188+70+91=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC465B is #43B9A4. Grayscale: #6B6B6B. Windows color (decimal): -4438437 or 5981884. OLE color: 5981884.

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

Color convert

RGB 188 70 91 -
CMYK 0 0.63 0.52 0.26
HSL 349.32º 0.47% 0.51% -
HSV(B) 349.32º 0.63% 0.74% -
XYZ 24.82 15.83 11.64 -
YUV 107.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 188 70 91 0 0.63 0.52 0.26 349.32 0.47 0.51
Hex BC 46 5B 0 3F 34 1A 15D 2F 33
Octal 274 106 133 0 77 64 32 535 57 63
Binary 10111100 1000110 1011011 0 111111 110100 11010 101011101 101111 110011

Color Harmonies of #BC465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC465B

Black with #BC465B

Text Example


Text Example

White with #BC465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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