#B14675

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

Shades of Royal Heath #B14675

Tints of Royal Heath #B14675

Color information

#B14675 (or 0xB14675) is unknown color: approx Royal Heath. HEX triplet: B1, 46 and 75. RGB value is (177,70,117). Sum of RGB (Red+Green+Blue) = 177+70+117=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B14675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14675 is #4EB98A. Grayscale: #6B6B6B. Windows color (decimal): -5159307 or 7685809. OLE color: 7685809.

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

Color convert

RGB17770117-
CMYK00.600.340.31
HSL333.64º43.32%48.43%-
HSV(B)333.64º60.45%69.41%-
XYZ23.5315.0118.49-
YUV107.35133.45177.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=48.63%
G=19.23%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777011700.600.340.31333.6443.3248.43
HexB1467503C221F14e2b30
Octal26110616507442375165360
Binary1011000110001101110101011110010001011111101001110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14675; }

 p { color: rgb(177,70,117); }

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

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

 a { background-color: rgb(177,70,117); }

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

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

 span { border-color: rgb(177,70,117); }

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