#B5427A

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

Shades of Royal Heath #B5427A

Tints of Royal Heath #B5427A

Color information

#B5427A (or 0xB5427A) is unknown color: approx Royal Heath. HEX triplet: B5, 42 and 7A. RGB value is (181,66,122). Sum of RGB (Red+Green+Blue) = 181+66+122=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5427A is #4ABD85. Grayscale: #6A6A6A. Windows color (decimal): -4898182 or 8012469. OLE color: 8012469.

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

Color convert

RGB18166122-
CMYK00.640.330.29
HSL330.78º46.56%48.43%-
HSV(B)330.78º63.54%70.98%-
XYZ24.5215.1320.04-
YUV106.77136.6180.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=49.05%
G=17.89%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816612200.640.330.29330.7846.5648.43
HexB5427A040211D14b2f30
Octal265102172010041355135760
Binary10110101100001011110100100000010000111101101001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5427A; }

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

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

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

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

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

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

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

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