Html Css Color HEX #BC4074 Royal Heath

📋 copy color: '#BC4074'

red 188 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #BC4074

Tints of Royal Heath #BC4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 51.09%
G = 17.39%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4074 (or 0xBC4074) is known color: Royal Heath. HEX triplet: BC, 40 and 74. RGB value is (188,64,116). Sum of RGB (Red+Green+Blue) = 188+64+116=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4074 is #43BF8B. Grayscale: #6A6A6A. Windows color (decimal): -4439948 or 7618748. OLE color: 7618748.

HSL color Cylindrical-coordinate representation of color #BC4074: hue angle of 334.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4074 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 116 -
CMYK 0 0.66 0.38 0.26
HSL 334.84º 0.49% 0.49% -
HSV(B) 334.84º 0.66% 0.74% -
XYZ 25.72 15.62 18.18 -
YUV 107 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 188 64 116 0 0.66 0.38 0.26 334.84 0.49 0.49
Hex BC 40 74 0 42 26 1A 14F 31 31
Octal 274 100 164 0 102 46 32 517 61 61
Binary 10111100 1000000 1110100 0 1000010 100110 11010 101001111 110001 110001

Color Harmonies of #BC4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4074

Black with #BC4074

Text Example


Text Example

White with #BC4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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