Html Css Color HEX #BC4973 Royal Heath

📋 copy color: '#BC4973'

red 188 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #BC4973

Tints of Royal Heath #BC4973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 50%
G = 19.41%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4973 (or 0xBC4973) is known color: Royal Heath. HEX triplet: BC, 49 and 73. RGB value is (188,73,115). Sum of RGB (Red+Green+Blue) = 188+73+115=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4973 is #43B68C. Grayscale: #707070. Windows color (decimal): -4437645 or 7555516. OLE color: 7555516.

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

Color convert

RGB 188 73 115 -
CMYK 0 0.61 0.39 0.26
HSL 338.09º 0.46% 0.51% -
HSV(B) 338.09º 0.61% 0.74% -
XYZ 26.22 16.69 18.06 -
YUV 112.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 188 73 115 0 0.61 0.39 0.26 338.09 0.46 0.51
Hex BC 49 73 0 3D 27 1A 152 2E 33
Octal 274 111 163 0 75 47 32 522 56 63
Binary 10111100 1001001 1110011 0 111101 100111 11010 101010010 101110 110011

Color Harmonies of #BC4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4973

Black with #BC4973

Text Example


Text Example

White with #BC4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4973; }

 p { color: rgb(188,73,115); }

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

background-color css

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

 a { background-color: rgb(188,73,115); }

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

border-color css

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

 span { border-color: rgb(188,73,115); }

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