#B74F7F

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

Shades of Royal Heath #B74F7F

Tints of Royal Heath #B74F7F

Color information

#B74F7F (or 0xB74F7F) is unknown color: approx Royal Heath. HEX triplet: B7, 4F and 7F. RGB value is (183,79,127). Sum of RGB (Red+Green+Blue) = 183+79+127=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F7F is #48B080. Grayscale: #737373. Windows color (decimal): -4763777 or 8343479. OLE color: 8343479.

HSL color Cylindrical-coordinate representation of color #B74F7F: hue angle of 332.31º 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 #B74F7F is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18379127-
CMYK00.570.310.28
HSL332.31º41.94%51.37%-
HSV(B)332.31º56.83%71.76%-
XYZ26.1617.1922.02-
YUV115.57134.46176.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 127 (50% from 255) = 32.65%
R=47.04%
G=20.31%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837912700.570.310.28332.3141.9451.37
HexB74F7F0391F1C14c2a33
Octal26711717707137345145263
Binary101101111001111111111101110011111111100101001100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74F7F; }

 p { color: rgb(183,79,127); }

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

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

 a { background-color: rgb(183,79,127); }

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

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

 span { border-color: rgb(183,79,127); }

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