#B14570

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

Shades of Royal Heath #B14570

Tints of Royal Heath #B14570

Color information

#B14570 (or 0xB14570) is unknown color: approx Royal Heath. HEX triplet: B1, 45 and 70. RGB value is (177,69,112). Sum of RGB (Red+Green+Blue) = 177+69+112=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B14570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14570 is #4EBA8F. Grayscale: #6A6A6A. Windows color (decimal): -5159568 or 7357873. OLE color: 7357873.

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

Color convert

RGB17769112-
CMYK00.610.370.31
HSL336.11º43.9%48.24%-
HSV(B)336.11º61.02%69.41%-
XYZ23.1814.7716.96-
YUV106.19131.28178.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=49.44%
G=19.27%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776911200.610.370.31336.1143.948.24
HexB1457003D251F1502c30
Octal26110516007545375205460
Binary1011000110001011110000011110110010111111101010000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14570; }

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

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

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

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

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

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

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

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