#B14771

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

Shades of Royal Heath #B14771

Tints of Royal Heath #B14771

Color information

#B14771 (or 0xB14771) is unknown color: approx Royal Heath. HEX triplet: B1, 47 and 71. RGB value is (177,71,113). Sum of RGB (Red+Green+Blue) = 177+71+113=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B14771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14771 is #4EB88E. Grayscale: #6B6B6B. Windows color (decimal): -5159055 or 7423921. OLE color: 7423921.

HSL color Cylindrical-coordinate representation of color #B14771: hue angle of 336.23º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14771 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17771113-
CMYK00.600.360.31
HSL336.23º42.74%48.63%-
HSV(B)336.23º59.89%69.41%-
XYZ23.3715.0517.3-
YUV107.48131.12177.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=49.03%
G=19.67%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777111300.600.360.31336.2342.7448.63
HexB1477103C241F1502b31
Octal26110716107444375205361
Binary1011000110001111110001011110010010011111101010000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14771; }

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

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

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

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

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

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

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

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