Html Css Color HEX #BC496F Royal Heath

📋 copy color: '#BC496F'

red 188 ◦ green 73 ◦ blue 111

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

Shades of Royal Heath #BC496F

Tints of Royal Heath #BC496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 50.54%
G = 19.62%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC496F (or 0xBC496F) is known color: Royal Heath. HEX triplet: BC, 49 and 6F. RGB value is (188,73,111). Sum of RGB (Red+Green+Blue) = 188+73+111=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC496F is #43B690. Grayscale: #6F6F6F. Windows color (decimal): -4437649 or 7293372. OLE color: 7293372.

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

Color convert

RGB 188 73 111 -
CMYK 0 0.61 0.41 0.26
HSL 340.17º 0.46% 0.51% -
HSV(B) 340.17º 0.61% 0.74% -
XYZ 25.99 16.6 16.87 -
YUV 111.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 188 73 111 0 0.61 0.41 0.26 340.17 0.46 0.51
Hex BC 49 6F 0 3D 29 1A 154 2E 33
Octal 274 111 157 0 75 51 32 524 56 63
Binary 10111100 1001001 1101111 0 111101 101001 11010 101010100 101110 110011

Color Harmonies of #BC496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC496F

Black with #BC496F

Text Example


Text Example

White with #BC496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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