Html Css Color HEX #BC5371 Royal Heath

📋 copy color: '#BC5371'

red 188 ◦ green 83 ◦ blue 113

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

Shades of Royal Heath #BC5371

Tints of Royal Heath #BC5371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 48.96%
G = 21.61%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC5371 (or 0xBC5371) is known color: Royal Heath. HEX triplet: BC, 53 and 71. RGB value is (188,83,113). Sum of RGB (Red+Green+Blue) = 188+83+113=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5371 is #43AC8E. Grayscale: #757575. Windows color (decimal): -4435087 or 7427004. OLE color: 7427004.

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

Color convert

RGB 188 83 113 -
CMYK 0 0.56 0.40 0.26
HSL 342.86º 0.44% 0.53% -
HSV(B) 342.86º 0.56% 0.74% -
XYZ 26.81 18.07 17.7 -
YUV 117.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 188 83 113 0 0.56 0.40 0.26 342.86 0.44 0.53
Hex BC 53 71 0 38 28 1A 157 2C 35
Octal 274 123 161 0 70 50 32 527 54 65
Binary 10111100 1010011 1110001 0 111000 101000 11010 101010111 101100 110101

Color Harmonies of #BC5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5371

Black with #BC5371

Text Example


Text Example

White with #BC5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5371; }

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

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

background-color css

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

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

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

border-color css

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

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

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