#BC4675

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

Shades of Royal Heath #BC4675

Tints of Royal Heath #BC4675

Color information

#BC4675 (or 0xBC4675) is unknown color: approx Royal Heath. HEX triplet: BC, 46 and 75. RGB value is (188,70,117). Sum of RGB (Red+Green+Blue) = 188+70+117=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4675 is #43B98A. Grayscale: #6E6E6E. Windows color (decimal): -4438411 or 7685820. OLE color: 7685820.

HSL color Cylindrical-coordinate representation of color #BC4675: hue angle of 336.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4675 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18870117-
CMYK00.630.380.26
HSL336.1º46.83%50.59%-
HSV(B)336.1º62.77%73.73%-
XYZ26.1416.3618.61-
YUV110.64131.59183.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=50.13%
G=18.67%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887011700.630.380.26336.146.8350.59
HexBC467503F261A1502f33
Octal27410616507746325205763
Binary1011110010001101110101011111110011011010101010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4675; }

 p { color: rgb(188,70,117); }

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

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

 a { background-color: rgb(188,70,117); }

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

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

 span { border-color: rgb(188,70,117); }

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