Html Css Color HEX #BC5576 Royal Heath

📋 copy color: '#BC5576'

red 188 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #BC5576

Tints of Royal Heath #BC5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

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

R = 48.08%
G = 21.74%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC5576 (or 0xBC5576) is known color: Royal Heath. HEX triplet: BC, 55 and 76. RGB value is (188,85,118). Sum of RGB (Red+Green+Blue) = 188+85+118=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5576 is #43AA89. Grayscale: #777777. Windows color (decimal): -4434570 or 7755196. OLE color: 7755196.

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

Color convert

RGB 188 85 118 -
CMYK 0 0.55 0.37 0.26
HSL 340.78º 0.43% 0.54% -
HSV(B) 340.78º 0.55% 0.74% -
XYZ 27.26 18.5 19.27 -
YUV 119.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 188 85 118 0 0.55 0.37 0.26 340.78 0.43 0.54
Hex BC 55 76 0 37 25 1A 155 2B 36
Octal 274 125 166 0 67 45 32 525 53 66
Binary 10111100 1010101 1110110 0 110111 100101 11010 101010101 101011 110110

Color Harmonies of #BC5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5576

Black with #BC5576

Text Example


Text Example

White with #BC5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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