#B13873

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

Shades of Royal Heath #B13873

Tints of Royal Heath #B13873

Color information

#B13873 (or 0xB13873) is unknown color: approx Royal Heath. HEX triplet: B1, 38 and 73. RGB value is (177,56,115). Sum of RGB (Red+Green+Blue) = 177+56+115=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B13873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13873 is #4EC78C. Grayscale: #626262. Windows color (decimal): -5162893 or 7551153. OLE color: 7551153.

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

Color convert

RGB17756115-
CMYK00.680.350.31
HSL330.74º51.93%45.69%-
HSV(B)330.74º68.36%69.41%-
XYZ22.6413.4117.62-
YUV98.9137.09183.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=50.86%
G=16.09%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775611500.680.350.31330.7451.9345.69
HexB13873044231F14b342e
Octal26170163010443375136456
Binary1011000111100011100110100010010001111111101001011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13873; }

 p { color: rgb(177,56,115); }

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

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

 a { background-color: rgb(177,56,115); }

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

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

 span { border-color: rgb(177,56,115); }

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