Html Css Color HEX #BC4979 Royal Heath

📋 copy color: '#BC4979'

red 188 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #BC4979

Tints of Royal Heath #BC4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 49.21%
G = 19.11%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4979 (or 0xBC4979) is known color: Royal Heath. HEX triplet: BC, 49 and 79. RGB value is (188,73,121). Sum of RGB (Red+Green+Blue) = 188+73+121=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4979 is #43B686. Grayscale: #707070. Windows color (decimal): -4437639 or 7948732. OLE color: 7948732.

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

Color convert

RGB 188 73 121 -
CMYK 0 0.61 0.36 0.26
HSL 334.96º 0.46% 0.51% -
HSV(B) 334.96º 0.61% 0.74% -
XYZ 26.57 16.84 19.94 -
YUV 112.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 188 73 121 0 0.61 0.36 0.26 334.96 0.46 0.51
Hex BC 49 79 0 3D 24 1A 14F 2E 33
Octal 274 111 171 0 75 44 32 517 56 63
Binary 10111100 1001001 1111001 0 111101 100100 11010 101001111 101110 110011

Color Harmonies of #BC4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4979

Black with #BC4979

Text Example


Text Example

White with #BC4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4979; }

 p { color: rgb(188,73,121); }

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

background-color css

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

 a { background-color: rgb(188,73,121); }

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

border-color css

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

 span { border-color: rgb(188,73,121); }

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