#BC416A

Color #BC416A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BC416A

Tints of Royal Heath #BC416A

Color information

#BC416A (or 0xBC416A) is unknown color: approx Royal Heath. HEX triplet: BC, 41 and 6A. RGB value is (188,65,106). Sum of RGB (Red+Green+Blue) = 188+65+106=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC416A is #43BE95. Grayscale: #6A6A6A. Windows color (decimal): -4439702 or 6963644. OLE color: 6963644.

HSL color Cylindrical-coordinate representation of color #BC416A: hue angle of 340º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC416A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18865106-
CMYK00.650.440.26
HSL340º48.62%49.61%-
HSV(B)340º65.43%73.73%-
XYZ25.2315.5115.3-
YUV106.45127.75186.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=52.37%
G=18.11%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886510600.650.440.2634048.6249.61
HexBC416A0412C1A1543132
Octal274101152010154325246162
Binary10111100100000111010100100000110110011010101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC416A; }

 p { color: rgb(188,65,106); }

 H1.HeaderClassName
 {
   color: #BC416A;
 }
 .AnyTagClassName
 {
   color: #BC416A;
 }
</style>
background-color css

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

 a { background-color: rgb(188,65,106); }

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

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

 span { border-color: rgb(188,65,106); }

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