#B74C75

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

Shades of Royal Heath #B74C75

Tints of Royal Heath #B74C75

Color information

#B74C75 (or 0xB74C75) is unknown color: approx Royal Heath. HEX triplet: B7, 4C and 75. RGB value is (183,76,117). Sum of RGB (Red+Green+Blue) = 183+76+117=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C75 is #48B38A. Grayscale: #707070. Windows color (decimal): -4764555 or 7687351. OLE color: 7687351.

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

Color convert

RGB18376117-
CMYK00.580.360.28
HSL337.01º42.63%50.78%-
HSV(B)337.01º58.47%71.76%-
XYZ25.3216.5218.68-
YUV112.67130.45178.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=48.67%
G=20.21%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837611700.580.360.28337.0142.6350.78
HexB74C7503A241C1512b33
Octal26711416507244345215363
Binary1011011110011001110101011101010010011100101010001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C75; }

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

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

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

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

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

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

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

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