#B74575

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

Shades of Royal Heath #B74575

Tints of Royal Heath #B74575

Color information

#B74575 (or 0xB74575) is unknown color: approx Royal Heath. HEX triplet: B7, 45 and 75. RGB value is (183,69,117). Sum of RGB (Red+Green+Blue) = 183+69+117=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B74575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74575 is #48BA8A. Grayscale: #6C6C6C. Windows color (decimal): -4766347 or 7685559. OLE color: 7685559.

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

Color convert

RGB18369117-
CMYK00.620.360.28
HSL334.74º45.24%49.41%-
HSV(B)334.74º62.3%71.76%-
XYZ24.8715.6118.53-
YUV108.56132.77181.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=49.59%
G=18.70%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836911700.620.360.28334.7445.2449.41
HexB7457503E241C14f2d31
Octal26710516507644345175561
Binary1011011110001011110101011111010010011100101001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74575; }

 p { color: rgb(183,69,117); }

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

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

 a { background-color: rgb(183,69,117); }

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

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

 span { border-color: rgb(183,69,117); }

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