#B13C70

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

Shades of Royal Heath #B13C70

Tints of Royal Heath #B13C70

Color information

#B13C70 (or 0xB13C70) is unknown color: approx Royal Heath. HEX triplet: B1, 3C and 70. RGB value is (177,60,112). Sum of RGB (Red+Green+Blue) = 177+60+112=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C70 is #4EC38F. Grayscale: #646464. Windows color (decimal): -5161872 or 7355569. OLE color: 7355569.

HSL color Cylindrical-coordinate representation of color #B13C70: hue angle of 333.33º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C70 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17760112-
CMYK00.660.370.31
HSL333.33º49.37%46.47%-
HSV(B)333.33º66.1%69.41%-
XYZ22.6713.7516.79-
YUV100.91134.26182.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=50.72%
G=17.19%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776011200.660.370.31333.3349.3746.47
HexB13C70042251F14d312e
Octal26174160010245375156156
Binary1011000111110011100000100001010010111111101001101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C70; }

 p { color: rgb(177,60,112); }

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

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

 a { background-color: rgb(177,60,112); }

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

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

 span { border-color: rgb(177,60,112); }

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