#B5426D

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

Shades of Royal Heath #B5426D

Tints of Royal Heath #B5426D

Color information

#B5426D (or 0xB5426D) is unknown color: approx Royal Heath. HEX triplet: B5, 42 and 6D. RGB value is (181,66,109). Sum of RGB (Red+Green+Blue) = 181+66+109=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5426D is #4ABD92. Grayscale: #696969. Windows color (decimal): -4898195 or 7160501. OLE color: 7160501.

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

Color convert

RGB18166109-
CMYK00.640.400.29
HSL337.57º46.56%48.43%-
HSV(B)337.57º63.54%70.98%-
XYZ23.7614.8216.08-
YUV105.29130.1182-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=50.84%
G=18.54%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816610900.640.400.29337.5746.5648.43
HexB5426D040281D1522f30
Octal265102155010050355225760
Binary10110101100001011011010100000010100011101101010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5426D; }

 p { color: rgb(181,66,109); }

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

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

 a { background-color: rgb(181,66,109); }

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

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

 span { border-color: rgb(181,66,109); }

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