Html Css Color HEX #BC5372 Royal Heath

📋 copy color: '#BC5372'

red 188 ◦ green 83 ◦ blue 114

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

Shades of Royal Heath #BC5372

Tints of Royal Heath #BC5372

RGB

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

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

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

R = 48.83%
G = 21.56%
B = 29.61%

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

#BC5372 (or 0xBC5372) is known color: Royal Heath. HEX triplet: BC, 53 and 72. RGB value is (188,83,114). Sum of RGB (Red+Green+Blue) = 188+83+114=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5372 is #43AC8D. Grayscale: #757575. Windows color (decimal): -4435086 or 7492540. OLE color: 7492540.

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

Color convert

RGB 188 83 114 -
CMYK 0 0.56 0.39 0.26
HSL 342.29º 0.44% 0.53% -
HSV(B) 342.29º 0.56% 0.74% -
XYZ 26.87 18.09 18 -
YUV 117.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 188 83 114 0 0.56 0.39 0.26 342.29 0.44 0.53
Hex BC 53 72 0 38 27 1A 156 2C 35
Octal 274 123 162 0 70 47 32 526 54 65
Binary 10111100 1010011 1110010 0 111000 100111 11010 101010110 101100 110101

Color Harmonies of #BC5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5372

Black with #BC5372

Text Example


Text Example

White with #BC5372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5372; }

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

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

background-color css

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

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

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

border-color css

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

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

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