Html Css Color HEX #BC496C Royal Heath

📋 copy color: '#BC496C'

red 188 ◦ green 73 ◦ blue 108

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

Shades of Royal Heath #BC496C

Tints of Royal Heath #BC496C

RGB

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

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

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

R = 50.95%
G = 19.78%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC496C (or 0xBC496C) is known color: Royal Heath. HEX triplet: BC, 49 and 6C. RGB value is (188,73,108). Sum of RGB (Red+Green+Blue) = 188+73+108=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC496C is #43B693. Grayscale: #6F6F6F. Windows color (decimal): -4437652 or 7096764. OLE color: 7096764.

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

Color convert

RGB 188 73 108 -
CMYK 0 0.61 0.43 0.26
HSL 341.74º 0.46% 0.51% -
HSV(B) 341.74º 0.61% 0.74% -
XYZ 25.83 16.54 16.02 -
YUV 111.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 188 73 108 0 0.61 0.43 0.26 341.74 0.46 0.51
Hex BC 49 6C 0 3D 2B 1A 156 2E 33
Octal 274 111 154 0 75 53 32 526 56 63
Binary 10111100 1001001 1101100 0 111101 101011 11010 101010110 101110 110011

Color Harmonies of #BC496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC496C

Black with #BC496C

Text Example


Text Example

White with #BC496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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