Html Css Color HEX #BC4076 Royal Heath

📋 copy color: '#BC4076'

red 188 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #BC4076

Tints of Royal Heath #BC4076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 50.81%
G = 17.3%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC4076 (or 0xBC4076) is known color: Royal Heath. HEX triplet: BC, 40 and 76. RGB value is (188,64,118). Sum of RGB (Red+Green+Blue) = 188+64+118=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4076 is #43BF89. Grayscale: #6B6B6B. Windows color (decimal): -4439946 or 7749820. OLE color: 7749820.

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

Color convert

RGB 188 64 118 -
CMYK 0 0.66 0.37 0.26
HSL 333.87º 0.49% 0.49% -
HSV(B) 333.87º 0.66% 0.74% -
XYZ 25.84 15.67 18.8 -
YUV 107.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 188 64 118 0 0.66 0.37 0.26 333.87 0.49 0.49
Hex BC 40 76 0 42 25 1A 14E 31 31
Octal 274 100 166 0 102 45 32 516 61 61
Binary 10111100 1000000 1110110 0 1000010 100101 11010 101001110 110001 110001

Color Harmonies of #BC4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4076

Black with #BC4076

Text Example


Text Example

White with #BC4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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