#BC4169

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

Shades of Royal Heath #BC4169

Tints of Royal Heath #BC4169

Color information

#BC4169 (or 0xBC4169) is unknown color: approx Royal Heath. HEX triplet: BC, 41 and 69. RGB value is (188,65,105). Sum of RGB (Red+Green+Blue) = 188+65+105=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4169 is #43BE96. Grayscale: #6A6A6A. Windows color (decimal): -4439703 or 6898108. OLE color: 6898108.

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

Color convert

RGB18865105-
CMYK00.650.440.26
HSL340.49º48.62%49.61%-
HSV(B)340.49º65.43%73.73%-
XYZ25.1815.4915.03-
YUV106.34127.25186.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=52.51%
G=18.16%
B=29.33%

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
Decimal1886510500.650.440.26340.4948.6249.61
HexBC41690412C1A1543132
Octal274101151010154325246162
Binary10111100100000111010010100000110110011010101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4169; }

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

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

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

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

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

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

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

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