Html Css Color HEX #BC376E Royal Heath

📋 copy color: '#BC376E'

red 188 ◦ green 55 ◦ blue 110

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

Shades of Royal Heath #BC376E

Tints of Royal Heath #BC376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 53.26%
G = 15.58%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC376E (or 0xBC376E) is known color: Royal Heath. HEX triplet: BC, 37 and 6E. RGB value is (188,55,110). Sum of RGB (Red+Green+Blue) = 188+55+110=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC376E is #43C891. Grayscale: #646464. Windows color (decimal): -4442258 or 7223228. OLE color: 7223228.

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

Color convert

RGB 188 55 110 -
CMYK 0 0.71 0.41 0.26
HSL 335.19º 0.55% 0.48% -
HSV(B) 335.19º 0.71% 0.74% -
XYZ 24.92 14.55 16.25 -
YUV 101.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 188 55 110 0 0.71 0.41 0.26 335.19 0.55 0.48
Hex BC 37 6E 0 47 29 1A 14F 37 30
Octal 274 67 156 0 107 51 32 517 67 60
Binary 10111100 110111 1101110 0 1000111 101001 11010 101001111 110111 110000

Color Harmonies of #BC376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC376E

Black with #BC376E

Text Example


Text Example

White with #BC376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC376E; }

 p { color: rgb(188,55,110); }

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

background-color css

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

 a { background-color: rgb(188,55,110); }

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

border-color css

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

 span { border-color: rgb(188,55,110); }

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