Html Css Color HEX #BC5977 Royal Heath

📋 copy color: '#BC5977'

red 188 ◦ green 89 ◦ blue 119

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

Shades of Royal Heath #BC5977

Tints of Royal Heath #BC5977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.47%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 47.47%
G = 22.47%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC5977 (or 0xBC5977) is known color: Royal Heath. HEX triplet: BC, 59 and 77. RGB value is (188,89,119). Sum of RGB (Red+Green+Blue) = 188+89+119=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5977 is #43A688. Grayscale: #7A7A7A. Windows color (decimal): -4433545 or 7821756. OLE color: 7821756.

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

Color convert

RGB 188 89 119 -
CMYK 0 0.53 0.37 0.26
HSL 341.82º 0.42% 0.54% -
HSV(B) 341.82º 0.53% 0.74% -
XYZ 27.64 19.17 19.7 -
YUV 122.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 188 89 119 0 0.53 0.37 0.26 341.82 0.42 0.54
Hex BC 59 77 0 35 25 1A 156 2A 36
Octal 274 131 167 0 65 45 32 526 52 66
Binary 10111100 1011001 1110111 0 110101 100101 11010 101010110 101010 110110

Color Harmonies of #BC5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5977

Black with #BC5977

Text Example


Text Example

White with #BC5977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5977; }

 p { color: rgb(188,89,119); }

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

background-color css

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

 a { background-color: rgb(188,89,119); }

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

border-color css

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

 span { border-color: rgb(188,89,119); }

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