#B13974

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

Shades of Royal Heath #B13974

Tints of Royal Heath #B13974

Color information

#B13974 (or 0xB13974) is unknown color: approx Royal Heath. HEX triplet: B1, 39 and 74. RGB value is (177,57,116). Sum of RGB (Red+Green+Blue) = 177+57+116=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B13974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13974 is #4EC68B. Grayscale: #636363. Windows color (decimal): -5162636 or 7616945. OLE color: 7616945.

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

Color convert

RGB17757116-
CMYK00.680.340.31
HSL330.5º51.28%45.88%-
HSV(B)330.5º67.8%69.41%-
XYZ22.7513.5317.94-
YUV99.61137.26183.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=50.57%
G=16.29%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775711600.680.340.31330.551.2845.88
HexB13974044221F14a332e
Octal26171164010442375126356
Binary1011000111100111101000100010010001011111101001010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13974; }

 p { color: rgb(177,57,116); }

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

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

 a { background-color: rgb(177,57,116); }

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

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

 span { border-color: rgb(177,57,116); }

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