#B5426C

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

Shades of Royal Heath #B5426C

Tints of Royal Heath #B5426C

Color information

#B5426C (or 0xB5426C) is unknown color: approx Royal Heath. HEX triplet: B5, 42 and 6C. RGB value is (181,66,108). Sum of RGB (Red+Green+Blue) = 181+66+108=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5426C is #4ABD93. Grayscale: #696969. Windows color (decimal): -4898196 or 7094965. OLE color: 7094965.

HSL color Cylindrical-coordinate representation of color #B5426C: hue angle of 338.09º 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 #B5426C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18166108-
CMYK00.640.400.29
HSL338.09º46.56%48.43%-
HSV(B)338.09º63.54%70.98%-
XYZ23.7114.815.79-
YUV105.17129.6182.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=50.99%
G=18.59%
B=30.42%

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
Decimal1816610800.640.400.29338.0946.5648.43
HexB5426C040281D1522f30
Octal265102154010050355225760
Binary10110101100001011011000100000010100011101101010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5426C; }

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

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

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

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

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

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

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

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