#B14079

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

Shades of Royal Heath #B14079

Tints of Royal Heath #B14079

Color information

#B14079 (or 0xB14079) is unknown color: approx Royal Heath. HEX triplet: B1, 40 and 79. RGB value is (177,64,121). Sum of RGB (Red+Green+Blue) = 177+64+121=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B14079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14079 is #4EBF86. Grayscale: #686868. Windows color (decimal): -5160839 or 7946417. OLE color: 7946417.

HSL color Cylindrical-coordinate representation of color #B14079: hue angle of 329.73º degrees, saturation: 0.47, 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 #B14079 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17764121-
CMYK00.640.320.31
HSL329.73º46.89%47.25%-
HSV(B)329.73º63.84%69.41%-
XYZ23.4214.3919.63-
YUV104.28137.44179.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=48.90%
G=17.68%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776412100.640.320.31329.7346.8947.25
HexB14079040201F14a2f2f
Octal261100171010040375125757
Binary10110001100000011110010100000010000011111101001010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14079; }

 p { color: rgb(177,64,121); }

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

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

 a { background-color: rgb(177,64,121); }

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

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

 span { border-color: rgb(177,64,121); }

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