Html Css Color HEX #BC486F Royal Heath

📋 copy color: '#BC486F'

red 188 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #BC486F

Tints of Royal Heath #BC486F

RGB

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

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

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

R = 50.67%
G = 19.41%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC486F (or 0xBC486F) is known color: Royal Heath. HEX triplet: BC, 48 and 6F. RGB value is (188,72,111). Sum of RGB (Red+Green+Blue) = 188+72+111=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486F is #43B790. Grayscale: #6F6F6F. Windows color (decimal): -4437905 or 7293116. OLE color: 7293116.

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

Color convert

RGB 188 72 111 -
CMYK 0 0.62 0.41 0.26
HSL 339.83º 0.46% 0.51% -
HSV(B) 339.83º 0.62% 0.74% -
XYZ 25.93 16.47 16.85 -
YUV 111.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 188 72 111 0 0.62 0.41 0.26 339.83 0.46 0.51
Hex BC 48 6F 0 3E 29 1A 154 2E 33
Octal 274 110 157 0 76 51 32 524 56 63
Binary 10111100 1001000 1101111 0 111110 101001 11010 101010100 101110 110011

Color Harmonies of #BC486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC486F

Black with #BC486F

Text Example


Text Example

White with #BC486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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