#b54975

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

Shades of Royal Heath #B54975

Tints of Royal Heath #B54975

Color information

#B54975 (or 0xB54975) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 75. RGB value is (181,73,117). Sum of RGB (Red+Green+Blue) = 181+73+117=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54975 is #4AB68A. Grayscale: #6E6E6E. Windows color (decimal): -4896395 or 7686581. OLE color: 7686581.

HSL color Cylindrical-coordinate representation of color #B54975: hue angle of 335.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54975 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18173117-
CMYK00.600.350.29
HSL335.56º42.52%49.8%-
HSV(B)335.56º59.67%70.98%-
XYZ24.6515.8718.59-
YUV110.31131.78178.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=48.79%
G=19.68%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817311700.600.350.29335.5642.5249.8
HexB5497503C231D1502b32
Octal26511116507443355205362
Binary1011010110010011110101011110010001111101101010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54975; }

 p { color: rgb(181,73,117); }

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

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

 a { background-color: rgb(181,73,117); }

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

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

 span { border-color: rgb(181,73,117); }

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