#B74173

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

Shades of Royal Heath #B74173

Tints of Royal Heath #B74173

Color information

#B74173 (or 0xB74173) is unknown color: approx Royal Heath. HEX triplet: B7, 41 and 73. RGB value is (183,65,115). Sum of RGB (Red+Green+Blue) = 183+65+115=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B74173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74173 is #48BE8C. Grayscale: #696969. Windows color (decimal): -4767373 or 7553463. OLE color: 7553463.

HSL color Cylindrical-coordinate representation of color #B74173: hue angle of 334.58º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74173 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18365115-
CMYK00.640.370.28
HSL334.58º47.58%48.63%-
HSV(B)334.58º64.48%71.76%-
XYZ24.5115.0917.84-
YUV105.98133.09182.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=50.41%
G=17.91%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836511500.640.370.28334.5847.5848.63
HexB74173040251C14f3031
Octal267101163010045345176061
Binary10110111100000111100110100000010010111100101001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74173; }

 p { color: rgb(183,65,115); }

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

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

 a { background-color: rgb(183,65,115); }

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

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

 span { border-color: rgb(183,65,115); }

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