Html Css Color HEX #BC4C70 Royal Heath

📋 copy color: '#BC4C70'

red 188 ◦ green 76 ◦ blue 112

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

Shades of Royal Heath #BC4C70

Tints of Royal Heath #BC4C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 50%
G = 20.21%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4C70 (or 0xBC4C70) is known color: Royal Heath. HEX triplet: BC, 4C and 70. RGB value is (188,76,112). Sum of RGB (Red+Green+Blue) = 188+76+112=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C70 is #43B38F. Grayscale: #717171. Windows color (decimal): -4436880 or 7359676. OLE color: 7359676.

HSL color Cylindrical-coordinate representation of color #BC4C70: hue angle of 340.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C70 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 76 112 -
CMYK 0 0.60 0.40 0.26
HSL 340.71º 0.46% 0.52% -
HSV(B) 340.71º 0.6% 0.74% -
XYZ 26.25 17.03 17.23 -
YUV 113.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 188 76 112 0 0.60 0.40 0.26 340.71 0.46 0.52
Hex BC 4C 70 0 3C 28 1A 155 2E 34
Octal 274 114 160 0 74 50 32 525 56 64
Binary 10111100 1001100 1110000 0 111100 101000 11010 101010101 101110 110100

Color Harmonies of #BC4C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C70

Black with #BC4C70

Text Example


Text Example

White with #BC4C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C70; }

 p { color: rgb(188,76,112); }

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

background-color css

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

 a { background-color: rgb(188,76,112); }

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

border-color css

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

 span { border-color: rgb(188,76,112); }

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