Html Css Color HEX #BC5874 Royal Heath

📋 copy color: '#BC5874'

red 188 ◦ green 88 ◦ blue 116

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

Shades of Royal Heath #BC5874

Tints of Royal Heath #BC5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.59%

R = 47.96%
G = 22.45%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC5874 (or 0xBC5874) is known color: Royal Heath. HEX triplet: BC, 58 and 74. RGB value is (188,88,116). Sum of RGB (Red+Green+Blue) = 188+88+116=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5874 is #43A78B. Grayscale: #797979. Windows color (decimal): -4433804 or 7624892. OLE color: 7624892.

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

Color convert

RGB 188 88 116 -
CMYK 0 0.53 0.38 0.26
HSL 343.2º 0.43% 0.54% -
HSV(B) 343.2º 0.53% 0.74% -
XYZ 27.38 18.93 18.73 -
YUV 121.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 188 88 116 0 0.53 0.38 0.26 343.2 0.43 0.54
Hex BC 58 74 0 35 26 1A 157 2B 36
Octal 274 130 164 0 65 46 32 527 53 66
Binary 10111100 1011000 1110100 0 110101 100110 11010 101010111 101011 110110

Color Harmonies of #BC5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5874

Black with #BC5874

Text Example


Text Example

White with #BC5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5874; }

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

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

background-color css

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

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

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

border-color css

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

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

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