Html Css Color HEX #BC4E77 Royal Heath

📋 copy color: '#BC4E77'

red 188 ◦ green 78 ◦ blue 119

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

Shades of Royal Heath #BC4E77

Tints of Royal Heath #BC4E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 48.83%
G = 20.26%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC4E77 (or 0xBC4E77) is known color: Royal Heath. HEX triplet: BC, 4E and 77. RGB value is (188,78,119). Sum of RGB (Red+Green+Blue) = 188+78+119=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E77 is #43B188. Grayscale: #737373. Windows color (decimal): -4436361 or 7818940. OLE color: 7818940.

HSL color Cylindrical-coordinate representation of color #BC4E77: hue angle of 337.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4E77 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 119 -
CMYK 0 0.59 0.37 0.26
HSL 337.64º 0.45% 0.52% -
HSV(B) 337.64º 0.59% 0.74% -
XYZ 26.79 17.47 19.41 -
YUV 115.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 188 78 119 0 0.59 0.37 0.26 337.64 0.45 0.52
Hex BC 4E 77 0 3B 25 1A 152 2D 34
Octal 274 116 167 0 73 45 32 522 55 64
Binary 10111100 1001110 1110111 0 111011 100101 11010 101010010 101101 110100

Color Harmonies of #BC4E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E77

Black with #BC4E77

Text Example


Text Example

White with #BC4E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E77; }

 p { color: rgb(188,78,119); }

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

background-color css

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

 a { background-color: rgb(188,78,119); }

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

border-color css

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

 span { border-color: rgb(188,78,119); }

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