Html Css Color HEX #BC486B Royal Heath

📋 copy color: '#BC486B'

red 188 ◦ green 72 ◦ blue 107

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

Shades of Royal Heath #BC486B

Tints of Royal Heath #BC486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 51.23%
G = 19.62%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC486B (or 0xBC486B) is known color: Royal Heath. HEX triplet: BC, 48 and 6B. RGB value is (188,72,107). Sum of RGB (Red+Green+Blue) = 188+72+107=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486B is #43B794. Grayscale: #6E6E6E. Windows color (decimal): -4437909 or 7030972. OLE color: 7030972.

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

Color convert

RGB 188 72 107 -
CMYK 0 0.62 0.43 0.26
HSL 341.9º 0.46% 0.51% -
HSV(B) 341.9º 0.62% 0.74% -
XYZ 25.71 16.39 15.72 -
YUV 110.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 188 72 107 0 0.62 0.43 0.26 341.9 0.46 0.51
Hex BC 48 6B 0 3E 2B 1A 156 2E 33
Octal 274 110 153 0 76 53 32 526 56 63
Binary 10111100 1001000 1101011 0 111110 101011 11010 101010110 101110 110011

Color Harmonies of #BC486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC486B

Black with #BC486B

Text Example


Text Example

White with #BC486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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