#B13F70

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

Shades of Royal Heath #B13F70

Tints of Royal Heath #B13F70

Color information

#B13F70 (or 0xB13F70) is unknown color: approx Royal Heath. HEX triplet: B1, 3F and 70. RGB value is (177,63,112). Sum of RGB (Red+Green+Blue) = 177+63+112=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F70 is #4EC08F. Grayscale: #666666. Windows color (decimal): -5161104 or 7356337. OLE color: 7356337.

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

Color convert

RGB17763112-
CMYK00.640.370.31
HSL334.21º47.5%47.06%-
HSV(B)334.21º64.41%69.41%-
XYZ22.8314.0716.84-
YUV102.67133.27181.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=50.28%
G=17.90%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776311200.640.370.31334.2147.547.06
HexB13F70040251F14e302f
Octal26177160010045375166057
Binary1011000111111111100000100000010010111111101001110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F70; }

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

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

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

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

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

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

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

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