#B74D72

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

Shades of Royal Heath #B74D72

Tints of Royal Heath #B74D72

Color information

#B74D72 (or 0xB74D72) is unknown color: approx Royal Heath. HEX triplet: B7, 4D and 72. RGB value is (183,77,114). Sum of RGB (Red+Green+Blue) = 183+77+114=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D72 is #48B28D. Grayscale: #707070. Windows color (decimal): -4764302 or 7490999. OLE color: 7490999.

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

Color convert

RGB18377114-
CMYK00.580.380.28
HSL339.06º42.4%50.98%-
HSV(B)339.06º57.92%71.76%-
XYZ25.2216.5917.79-
YUV112.91128.62177.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=48.93%
G=20.59%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837711400.580.380.28339.0642.450.98
HexB74D7203A261C1532a33
Octal26711516207246345235263
Binary1011011110011011110010011101010011011100101010011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D72; }

 p { color: rgb(183,77,114); }

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

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

 a { background-color: rgb(183,77,114); }

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

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

 span { border-color: rgb(183,77,114); }

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