#B74B79

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

Shades of Royal Heath #B74B79

Tints of Royal Heath #B74B79

Color information

#B74B79 (or 0xB74B79) is unknown color: approx Royal Heath. HEX triplet: B7, 4B and 79. RGB value is (183,75,121). Sum of RGB (Red+Green+Blue) = 183+75+121=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B79 is #48B486. Grayscale: #707070. Windows color (decimal): -4764807 or 7949239. OLE color: 7949239.

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

Color convert

RGB18375121-
CMYK00.590.340.28
HSL334.44º42.86%50.59%-
HSV(B)334.44º59.02%71.76%-
XYZ25.516.4819.93-
YUV112.54132.78178.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 75 (29.69% from 255) = 19.79%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=48.28%
G=19.79%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837512100.590.340.28334.4442.8650.59
HexB74B7903B221C14e2b33
Octal26711317107342345165363
Binary1011011110010111111001011101110001011100101001110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B79; }

 p { color: rgb(183,75,121); }

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

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

 a { background-color: rgb(183,75,121); }

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

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

 span { border-color: rgb(183,75,121); }

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