#B14274

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

Shades of Royal Heath #B14274

Tints of Royal Heath #B14274

Color information

#B14274 (or 0xB14274) is unknown color: approx Royal Heath. HEX triplet: B1, 42 and 74. RGB value is (177,66,116). Sum of RGB (Red+Green+Blue) = 177+66+116=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B14274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14274 is #4EBD8B. Grayscale: #686868. Windows color (decimal): -5160332 or 7619249. OLE color: 7619249.

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

Color convert

RGB17766116-
CMYK00.630.340.31
HSL332.97º45.68%47.65%-
HSV(B)332.97º62.71%69.41%-
XYZ23.2314.518.1-
YUV104.89134.27179.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=49.30%
G=18.38%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776611600.630.340.31332.9745.6847.65
HexB1427403F221F14d2e30
Octal26110216407742375155660
Binary1011000110000101110100011111110001011111101001101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14274; }

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

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

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

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

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

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

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

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