#B13872

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

Shades of Royal Heath #B13872

Tints of Royal Heath #B13872

Color information

#B13872 (or 0xB13872) is unknown color: approx Royal Heath. HEX triplet: B1, 38 and 72. RGB value is (177,56,114). Sum of RGB (Red+Green+Blue) = 177+56+114=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B13872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13872 is #4EC78D. Grayscale: #626262. Windows color (decimal): -5162894 or 7485617. OLE color: 7485617.

HSL color Cylindrical-coordinate representation of color #B13872: hue angle of 331.24º 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 #B13872 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17756114-
CMYK00.680.360.31
HSL331.24º51.93%45.69%-
HSV(B)331.24º68.36%69.41%-
XYZ22.5813.3917.31-
YUV98.79136.59183.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=51.01%
G=16.14%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775611400.680.360.31331.2451.9345.69
HexB13872044241F14b342e
Octal26170162010444375136456
Binary1011000111100011100100100010010010011111101001011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13872; }

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

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

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

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

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

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

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

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