Html Css Color HEX #BC475A Hippie Pink

📋 copy color: '#BC475A'

red 188 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #BC475A

Tints of Hippie Pink #BC475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

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

R = 53.87%
G = 20.34%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC475A (or 0xBC475A) is known color: Hippie Pink. HEX triplet: BC, 47 and 5A. RGB value is (188,71,90). Sum of RGB (Red+Green+Blue) = 188+71+90=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475A is #43B8A5. Grayscale: #6C6C6C. Windows color (decimal): -4438182 or 5916604. OLE color: 5916604.

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

Color convert

RGB 188 71 90 -
CMYK 0 0.62 0.52 0.26
HSL 350.26º 0.47% 0.51% -
HSV(B) 350.26º 0.62% 0.74% -
XYZ 24.84 15.94 11.44 -
YUV 108.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 188 71 90 0 0.62 0.52 0.26 350.26 0.47 0.51
Hex BC 47 5A 0 3E 34 1A 15E 2F 33
Octal 274 107 132 0 76 64 32 536 57 63
Binary 10111100 1000111 1011010 0 111110 110100 11010 101011110 101111 110011

Color Harmonies of #BC475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC475A

Black with #BC475A

Text Example


Text Example

White with #BC475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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