Html Css Color HEX #BC4753 Hippie Pink

📋 copy color: '#BC4753'

red 188 ◦ green 71 ◦ blue 83

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

Shades of Hippie Pink #BC4753

Tints of Hippie Pink #BC4753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 54.97%
G = 20.76%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4753 (or 0xBC4753) is known color: Hippie Pink. HEX triplet: BC, 47 and 53. RGB value is (188,71,83). Sum of RGB (Red+Green+Blue) = 188+71+83=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4753 is #43B8AC. Grayscale: #6B6B6B. Windows color (decimal): -4438189 or 5457852. OLE color: 5457852.

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

Color convert

RGB 188 71 83 -
CMYK 0 0.62 0.56 0.26
HSL 353.85º 0.47% 0.51% -
HSV(B) 353.85º 0.62% 0.74% -
XYZ 24.55 15.82 9.94 -
YUV 107.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 188 71 83 0 0.62 0.56 0.26 353.85 0.47 0.51
Hex BC 47 53 0 3E 38 1A 162 2F 33
Octal 274 107 123 0 76 70 32 542 57 63
Binary 10111100 1000111 1010011 0 111110 111000 11010 101100010 101111 110011

Color Harmonies of #BC4753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4753

Black with #BC4753

Text Example


Text Example

White with #BC4753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4753; }

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

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

background-color css

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

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

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

border-color css

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

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

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