#B5396F

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

Shades of Royal Heath #B5396F

Tints of Royal Heath #B5396F

Color information

#B5396F (or 0xB5396F) is unknown color: approx Royal Heath. HEX triplet: B5, 39 and 6F. RGB value is (181,57,111). Sum of RGB (Red+Green+Blue) = 181+57+111=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B5396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5396F is #4AC690. Grayscale: #646464. Windows color (decimal): -4900497 or 7289269. OLE color: 7289269.

HSL color Cylindrical-coordinate representation of color #B5396F: hue angle of 333.87º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5396F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18157111-
CMYK00.690.390.29
HSL333.87º52.1%46.67%-
HSV(B)333.87º68.51%70.98%-
XYZ23.3913.916.49-
YUV100.23134.08185.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=51.86%
G=16.33%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815711100.690.390.29333.8752.146.67
HexB5396F045271D14e342f
Octal26571157010547355166457
Binary1011010111100111011110100010110011111101101001110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5396F; }

 p { color: rgb(181,57,111); }

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

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

 a { background-color: rgb(181,57,111); }

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

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

 span { border-color: rgb(181,57,111); }

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