Html Css Color HEX #BC4974 Royal Heath

📋 copy color: '#BC4974'

red 188 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #BC4974

Tints of Royal Heath #BC4974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 49.87%
G = 19.36%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4974 (or 0xBC4974) is known color: Royal Heath. HEX triplet: BC, 49 and 74. RGB value is (188,73,116). Sum of RGB (Red+Green+Blue) = 188+73+116=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4974 is #43B68B. Grayscale: #707070. Windows color (decimal): -4437644 or 7621052. OLE color: 7621052.

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

Color convert

RGB 188 73 116 -
CMYK 0 0.61 0.38 0.26
HSL 337.57º 0.46% 0.51% -
HSV(B) 337.57º 0.61% 0.74% -
XYZ 26.27 16.72 18.36 -
YUV 112.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 188 73 116 0 0.61 0.38 0.26 337.57 0.46 0.51
Hex BC 49 74 0 3D 26 1A 152 2E 33
Octal 274 111 164 0 75 46 32 522 56 63
Binary 10111100 1001001 1110100 0 111101 100110 11010 101010010 101110 110011

Color Harmonies of #BC4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4974

Black with #BC4974

Text Example


Text Example

White with #BC4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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