Html Css Color HEX #BC4876 Royal Heath

📋 copy color: '#BC4876'

red 188 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #BC4876

Tints of Royal Heath #BC4876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 49.74%
G = 19.05%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC4876 (or 0xBC4876) is known color: Royal Heath. HEX triplet: BC, 48 and 76. RGB value is (188,72,118). Sum of RGB (Red+Green+Blue) = 188+72+118=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4876 is #43B789. Grayscale: #6F6F6F. Windows color (decimal): -4437898 or 7751868. OLE color: 7751868.

HSL color Cylindrical-coordinate representation of color #BC4876: hue angle of 336.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4876 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 118 -
CMYK 0 0.62 0.37 0.26
HSL 336.21º 0.46% 0.51% -
HSV(B) 336.21º 0.62% 0.74% -
XYZ 26.33 16.63 18.96 -
YUV 111.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 188 72 118 0 0.62 0.37 0.26 336.21 0.46 0.51
Hex BC 48 76 0 3E 25 1A 150 2E 33
Octal 274 110 166 0 76 45 32 520 56 63
Binary 10111100 1001000 1110110 0 111110 100101 11010 101010000 101110 110011

Color Harmonies of #BC4876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4876

Black with #BC4876

Text Example


Text Example

White with #BC4876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4876; }

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

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

background-color css

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

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

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

border-color css

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

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

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