Html Css Color HEX #BC5676 Royal Heath

📋 copy color: '#BC5676'

red 188 ◦ green 86 ◦ blue 118

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

Shades of Royal Heath #BC5676

Tints of Royal Heath #BC5676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

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

R = 47.96%
G = 21.94%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC5676 (or 0xBC5676) is known color: Royal Heath. HEX triplet: BC, 56 and 76. RGB value is (188,86,118). Sum of RGB (Red+Green+Blue) = 188+86+118=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5676 is #43A989. Grayscale: #787878. Windows color (decimal): -4434314 or 7755452. OLE color: 7755452.

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

Color convert

RGB 188 86 118 -
CMYK 0 0.54 0.37 0.26
HSL 341.18º 0.43% 0.54% -
HSV(B) 341.18º 0.54% 0.74% -
XYZ 27.34 18.65 19.3 -
YUV 120.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 188 86 118 0 0.54 0.37 0.26 341.18 0.43 0.54
Hex BC 56 76 0 36 25 1A 155 2B 36
Octal 274 126 166 0 66 45 32 525 53 66
Binary 10111100 1010110 1110110 0 110110 100101 11010 101010101 101011 110110

Color Harmonies of #BC5676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5676

Black with #BC5676

Text Example


Text Example

White with #BC5676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5676; }

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

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

background-color css

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

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

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

border-color css

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

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

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