Html Css Color HEX #BC5472 Royal Heath

📋 copy color: '#BC5472'

red 188 ◦ green 84 ◦ blue 114

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

Shades of Royal Heath #BC5472

Tints of Royal Heath #BC5472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 48.7%
G = 21.76%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC5472 (or 0xBC5472) is known color: Royal Heath. HEX triplet: BC, 54 and 72. RGB value is (188,84,114). Sum of RGB (Red+Green+Blue) = 188+84+114=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5472 is #43AB8D. Grayscale: #767676. Windows color (decimal): -4434830 or 7492796. OLE color: 7492796.

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

Color convert

RGB 188 84 114 -
CMYK 0 0.55 0.39 0.26
HSL 342.69º 0.44% 0.53% -
HSV(B) 342.69º 0.55% 0.74% -
XYZ 26.95 18.25 18.02 -
YUV 118.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 188 84 114 0 0.55 0.39 0.26 342.69 0.44 0.53
Hex BC 54 72 0 37 27 1A 157 2C 35
Octal 274 124 162 0 67 47 32 527 54 65
Binary 10111100 1010100 1110010 0 110111 100111 11010 101010111 101100 110101

Color Harmonies of #BC5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5472

Black with #BC5472

Text Example


Text Example

White with #BC5472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5472; }

 p { color: rgb(188,84,114); }

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

background-color css

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

 a { background-color: rgb(188,84,114); }

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

border-color css

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

 span { border-color: rgb(188,84,114); }

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