Html Css Color HEX #BC4A77 Royal Heath

📋 copy color: '#BC4A77'

red 188 ◦ green 74 ◦ blue 119

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

Shades of Royal Heath #BC4A77

Tints of Royal Heath #BC4A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

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

R = 49.34%
G = 19.42%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC4A77 (or 0xBC4A77) is known color: Royal Heath. HEX triplet: BC, 4A and 77. RGB value is (188,74,119). Sum of RGB (Red+Green+Blue) = 188+74+119=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A77 is #43B588. Grayscale: #717171. Windows color (decimal): -4437385 or 7817916. OLE color: 7817916.

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

Color convert

RGB 188 74 119 -
CMYK 0 0.61 0.37 0.26
HSL 336.32º 0.46% 0.51% -
HSV(B) 336.32º 0.61% 0.74% -
XYZ 26.52 16.92 19.32 -
YUV 113.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 188 74 119 0 0.61 0.37 0.26 336.32 0.46 0.51
Hex BC 4A 77 0 3D 25 1A 150 2E 33
Octal 274 112 167 0 75 45 32 520 56 63
Binary 10111100 1001010 1110111 0 111101 100101 11010 101010000 101110 110011

Color Harmonies of #BC4A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A77

Black with #BC4A77

Text Example


Text Example

White with #BC4A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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