Html Css Color HEX #BC5379 Royal Heath

📋 copy color: '#BC5379'

red 188 ◦ green 83 ◦ blue 121

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

Shades of Royal Heath #BC5379

Tints of Royal Heath #BC5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

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

R = 47.96%
G = 21.17%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC5379 (or 0xBC5379) is known color: Royal Heath. HEX triplet: BC, 53 and 79. RGB value is (188,83,121). Sum of RGB (Red+Green+Blue) = 188+83+121=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5379 is #43AC86. Grayscale: #767676. Windows color (decimal): -4435079 or 7951292. OLE color: 7951292.

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

Color convert

RGB 188 83 121 -
CMYK 0 0.56 0.36 0.26
HSL 338.29º 0.44% 0.53% -
HSV(B) 338.29º 0.56% 0.74% -
XYZ 27.28 18.26 20.18 -
YUV 118.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 188 83 121 0 0.56 0.36 0.26 338.29 0.44 0.53
Hex BC 53 79 0 38 24 1A 152 2C 35
Octal 274 123 171 0 70 44 32 522 54 65
Binary 10111100 1010011 1111001 0 111000 100100 11010 101010010 101100 110101

Color Harmonies of #BC5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5379

Black with #BC5379

Text Example


Text Example

White with #BC5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5379; }

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

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

background-color css

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

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

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

border-color css

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

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

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