#B74B73

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

Shades of Royal Heath #B74B73

Tints of Royal Heath #B74B73

Color information

#B74B73 (or 0xB74B73) is unknown color: approx Royal Heath. HEX triplet: B7, 4B and 73. RGB value is (183,75,115). Sum of RGB (Red+Green+Blue) = 183+75+115=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B73 is #48B48C. Grayscale: #6F6F6F. Windows color (decimal): -4764813 or 7556023. OLE color: 7556023.

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

Color convert

RGB18375115-
CMYK00.590.370.28
HSL337.78º42.86%50.59%-
HSV(B)337.78º59.02%71.76%-
XYZ25.1416.3418.05-
YUV111.85129.78178.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=49.06%
G=20.11%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837511500.590.370.28337.7842.8650.59
HexB74B7303B251C1522b33
Octal26711316307345345225363
Binary1011011110010111110011011101110010111100101010010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B73; }

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

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

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

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

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

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

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

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