#B5427B

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

Shades of Royal Heath #B5427B

Tints of Royal Heath #B5427B

Color information

#B5427B (or 0xB5427B) is unknown color: approx Royal Heath. HEX triplet: B5, 42 and 7B. RGB value is (181,66,123). Sum of RGB (Red+Green+Blue) = 181+66+123=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5427B is #4ABD84. Grayscale: #6A6A6A. Windows color (decimal): -4898181 or 8078005. OLE color: 8078005.

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

Color convert

RGB18166123-
CMYK00.640.320.29
HSL330.26º46.56%48.43%-
HSV(B)330.26º63.54%70.98%-
XYZ24.5815.1520.37-
YUV106.88137.1180.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=48.92%
G=17.84%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816612300.640.320.29330.2646.5648.43
HexB5427B040201D14a2f30
Octal265102173010040355125760
Binary10110101100001011110110100000010000011101101001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5427B; }

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

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

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

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

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

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

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

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