#B5436E

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

Shades of Royal Heath #B5436E

Tints of Royal Heath #B5436E

Color information

#B5436E (or 0xB5436E) is unknown color: approx Royal Heath. HEX triplet: B5, 43 and 6E. RGB value is (181,67,110). Sum of RGB (Red+Green+Blue) = 181+67+110=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5436E is #4ABC91. Grayscale: #696969. Windows color (decimal): -4897938 or 7226293. OLE color: 7226293.

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

Color convert

RGB18167110-
CMYK00.630.390.29
HSL337.37º45.97%48.63%-
HSV(B)337.37º62.98%70.98%-
XYZ23.8814.9616.38-
YUV105.99130.27181.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=50.56%
G=18.72%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816711000.630.390.29337.3745.9748.63
HexB5436E03F271D1512e31
Octal26510315607747355215661
Binary1011010110000111101110011111110011111101101010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5436E; }

 p { color: rgb(181,67,110); }

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

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

 a { background-color: rgb(181,67,110); }

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

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

 span { border-color: rgb(181,67,110); }

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