#b74e75

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

Shades of Royal Heath #B74E75

Tints of Royal Heath #B74E75

Color information

#B74E75 (or 0xB74E75) is unknown color: approx Royal Heath. HEX triplet: B7, 4E and 75. RGB value is (183,78,117). Sum of RGB (Red+Green+Blue) = 183+78+117=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E75 is #48B18A. Grayscale: #717171. Windows color (decimal): -4764043 or 7687863. OLE color: 7687863.

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

Color convert

RGB18378117-
CMYK00.570.360.28
HSL337.71º42.17%51.18%-
HSV(B)337.71º57.38%71.76%-
XYZ25.4616.818.73-
YUV113.84129.79177.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=48.41%
G=20.63%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837811700.570.360.28337.7142.1751.18
HexB74E75039241C1522a33
Octal26711616507144345225263
Binary1011011110011101110101011100110010011100101010010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74e75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74e75; }

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

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

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

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

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

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

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

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