Html Css Color HEX #BC486C Royal Heath

📋 copy color: '#BC486C'

red 188 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #BC486C

Tints of Royal Heath #BC486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 51.09%
G = 19.57%
B = 29.35%

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

#BC486C (or 0xBC486C) is known color: Royal Heath. HEX triplet: BC, 48 and 6C. RGB value is (188,72,108). Sum of RGB (Red+Green+Blue) = 188+72+108=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486C is #43B793. Grayscale: #6E6E6E. Windows color (decimal): -4437908 or 7096508. OLE color: 7096508.

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

Color convert

RGB 188 72 108 -
CMYK 0 0.62 0.43 0.26
HSL 341.38º 0.46% 0.51% -
HSV(B) 341.38º 0.62% 0.74% -
XYZ 25.76 16.41 16 -
YUV 110.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 188 72 108 0 0.62 0.43 0.26 341.38 0.46 0.51
Hex BC 48 6C 0 3E 2B 1A 155 2E 33
Octal 274 110 154 0 76 53 32 525 56 63
Binary 10111100 1001000 1101100 0 111110 101011 11010 101010101 101110 110011

Color Harmonies of #BC486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC486C

Black with #BC486C

Text Example


Text Example

White with #BC486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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