Html Css Color HEX #BC496E Royal Heath

📋 copy color: '#BC496E'

red 188 ◦ green 73 ◦ blue 110

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

Shades of Royal Heath #BC496E

Tints of Royal Heath #BC496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 50.67%
G = 19.68%
B = 29.65%

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

#BC496E (or 0xBC496E) is known color: Royal Heath. HEX triplet: BC, 49 and 6E. RGB value is (188,73,110). Sum of RGB (Red+Green+Blue) = 188+73+110=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC496E is #43B691. Grayscale: #6F6F6F. Windows color (decimal): -4437650 or 7227836. OLE color: 7227836.

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

Color convert

RGB 188 73 110 -
CMYK 0 0.61 0.41 0.26
HSL 340.7º 0.46% 0.51% -
HSV(B) 340.7º 0.61% 0.74% -
XYZ 25.94 16.58 16.59 -
YUV 111.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 188 73 110 0 0.61 0.41 0.26 340.7 0.46 0.51
Hex BC 49 6E 0 3D 29 1A 155 2E 33
Octal 274 111 156 0 75 51 32 525 56 63
Binary 10111100 1001001 1101110 0 111101 101001 11010 101010101 101110 110011

Color Harmonies of #BC496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC496E

Black with #BC496E

Text Example


Text Example

White with #BC496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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