#B14471

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

Shades of Royal Heath #B14471

Tints of Royal Heath #B14471

Color information

#B14471 (or 0xB14471) is unknown color: approx Royal Heath. HEX triplet: B1, 44 and 71. RGB value is (177,68,113). Sum of RGB (Red+Green+Blue) = 177+68+113=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B14471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14471 is #4EBB8E. Grayscale: #696969. Windows color (decimal): -5159823 or 7423153. OLE color: 7423153.

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

Color convert

RGB17768113-
CMYK00.620.360.31
HSL335.23º44.49%48.04%-
HSV(B)335.23º61.58%69.41%-
XYZ23.1814.6717.23-
YUV105.72132.11178.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=49.44%
G=18.99%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776811300.620.360.31335.2344.4948.04
HexB1447103E241F14f2c30
Octal26110416107644375175460
Binary1011000110001001110001011111010010011111101001111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14471; }

 p { color: rgb(177,68,113); }

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

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

 a { background-color: rgb(177,68,113); }

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

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

 span { border-color: rgb(177,68,113); }

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