#B74C74

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

Shades of Royal Heath #B74C74

Tints of Royal Heath #B74C74

Color information

#B74C74 (or 0xB74C74) is unknown color: approx Royal Heath. HEX triplet: B7, 4C and 74. RGB value is (183,76,116). Sum of RGB (Red+Green+Blue) = 183+76+116=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C74 is #48B38B. Grayscale: #707070. Windows color (decimal): -4764556 or 7621815. OLE color: 7621815.

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

Color convert

RGB18376116-
CMYK00.580.370.28
HSL337.57º42.63%50.78%-
HSV(B)337.57º58.47%71.76%-
XYZ25.2716.518.38-
YUV112.55129.95178.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=48.8%
G=20.27%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837611600.580.370.28337.5742.6350.78
HexB74C7403A251C1522b33
Octal26711416407245345225363
Binary1011011110011001110100011101010010111100101010010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C74; }

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

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

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

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

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

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

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

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