Html Css Color HEX #BC486D Royal Heath

📋 copy color: '#BC486D'

red 188 ◦ green 72 ◦ blue 109

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

Shades of Royal Heath #BC486D

Tints of Royal Heath #BC486D

RGB

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

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

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

R = 50.95%
G = 19.51%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC486D (or 0xBC486D) is known color: Royal Heath. HEX triplet: BC, 48 and 6D. RGB value is (188,72,109). Sum of RGB (Red+Green+Blue) = 188+72+109=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486D is #43B792. Grayscale: #6E6E6E. Windows color (decimal): -4437907 or 7162044. OLE color: 7162044.

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

Color convert

RGB 188 72 109 -
CMYK 0 0.62 0.42 0.26
HSL 340.86º 0.46% 0.51% -
HSV(B) 340.86º 0.62% 0.74% -
XYZ 25.82 16.43 16.28 -
YUV 110.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 188 72 109 0 0.62 0.42 0.26 340.86 0.46 0.51
Hex BC 48 6D 0 3E 2A 1A 155 2E 33
Octal 274 110 155 0 76 52 32 525 56 63
Binary 10111100 1001000 1101101 0 111110 101010 11010 101010101 101110 110011

Color Harmonies of #BC486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC486D

Black with #BC486D

Text Example


Text Example

White with #BC486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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