Html Css Color HEX #BC5373 Royal Heath

📋 copy color: '#BC5373'

red 188 ◦ green 83 ◦ blue 115

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

Shades of Royal Heath #BC5373

Tints of Royal Heath #BC5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 48.7%
G = 21.5%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC5373 (or 0xBC5373) is known color: Royal Heath. HEX triplet: BC, 53 and 73. RGB value is (188,83,115). Sum of RGB (Red+Green+Blue) = 188+83+115=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5373 is #43AC8C. Grayscale: #767676. Windows color (decimal): -4435085 or 7558076. OLE color: 7558076.

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

Color convert

RGB 188 83 115 -
CMYK 0 0.56 0.39 0.26
HSL 341.71º 0.44% 0.53% -
HSV(B) 341.71º 0.56% 0.74% -
XYZ 26.93 18.12 18.3 -
YUV 118.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 188 83 115 0 0.56 0.39 0.26 341.71 0.44 0.53
Hex BC 53 73 0 38 27 1A 156 2C 35
Octal 274 123 163 0 70 47 32 526 54 65
Binary 10111100 1010011 1110011 0 111000 100111 11010 101010110 101100 110101

Color Harmonies of #BC5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5373

Black with #BC5373

Text Example


Text Example

White with #BC5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5373; }

 p { color: rgb(188,83,115); }

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

background-color css

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

 a { background-color: rgb(188,83,115); }

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

border-color css

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

 span { border-color: rgb(188,83,115); }

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