Html Css Color HEX #BC496D Royal Heath

📋 copy color: '#BC496D'

red 188 ◦ green 73 ◦ blue 109

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

Shades of Royal Heath #BC496D

Tints of Royal Heath #BC496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 50.81%
G = 19.73%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC496D (or 0xBC496D) is known color: Royal Heath. HEX triplet: BC, 49 and 6D. RGB value is (188,73,109). Sum of RGB (Red+Green+Blue) = 188+73+109=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC496D is #43B692. Grayscale: #6F6F6F. Windows color (decimal): -4437651 or 7162300. OLE color: 7162300.

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

Color convert

RGB 188 73 109 -
CMYK 0 0.61 0.42 0.26
HSL 341.22º 0.46% 0.51% -
HSV(B) 341.22º 0.61% 0.74% -
XYZ 25.88 16.56 16.3 -
YUV 111.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 188 73 109 0 0.61 0.42 0.26 341.22 0.46 0.51
Hex BC 49 6D 0 3D 2A 1A 155 2E 33
Octal 274 111 155 0 75 52 32 525 56 63
Binary 10111100 1001001 1101101 0 111101 101010 11010 101010101 101110 110011

Color Harmonies of #BC496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC496D

Black with #BC496D

Text Example


Text Example

White with #BC496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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