Html Css Color HEX #BC5876 Royal Heath

📋 copy color: '#BC5876'

red 188 ◦ green 88 ◦ blue 118

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

Shades of Royal Heath #BC5876

Tints of Royal Heath #BC5876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 47.72%
G = 22.34%
B = 29.95%

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

#BC5876 (or 0xBC5876) is known color: Royal Heath. HEX triplet: BC, 58 and 76. RGB value is (188,88,118). Sum of RGB (Red+Green+Blue) = 188+88+118=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5876 is #43A789. Grayscale: #797979. Windows color (decimal): -4433802 or 7755964. OLE color: 7755964.

HSL color Cylindrical-coordinate representation of color #BC5876: hue angle of 342º degrees, saturation: 0.43, 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 #BC5876 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 118 -
CMYK 0 0.53 0.37 0.26
HSL 342º 0.43% 0.54% -
HSV(B) 342º 0.53% 0.74% -
XYZ 27.5 18.98 19.35 -
YUV 121.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 188 88 118 0 0.53 0.37 0.26 342 0.43 0.54
Hex BC 58 76 0 35 25 1A 156 2B 36
Octal 274 130 166 0 65 45 32 526 53 66
Binary 10111100 1011000 1110110 0 110101 100101 11010 101010110 101011 110110

Color Harmonies of #BC5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5876

Black with #BC5876

Text Example


Text Example

White with #BC5876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5876; }

 p { color: rgb(188,88,118); }

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

background-color css

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

 a { background-color: rgb(188,88,118); }

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

border-color css

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

 span { border-color: rgb(188,88,118); }

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