#b94a72

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

Shades of Royal Heath #B94A72

Tints of Royal Heath #B94A72

Color information

#B94A72 (or 0xB94A72) is unknown color: approx Royal Heath. HEX triplet: B9, 4A and 72. RGB value is (185,74,114). Sum of RGB (Red+Green+Blue) = 185+74+114=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A72 is #46B58D. Grayscale: #6F6F6F. Windows color (decimal): -4633998 or 7490233. OLE color: 7490233.

HSL color Cylindrical-coordinate representation of color #B94A72: hue angle of 338.38º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A72 is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18574114-
CMYK00.60.380.27
HSL338.38º44.22%50.78%-
HSV(B)338.38º60%72.55%-
XYZ25.4916.4317.75-
YUV111.75129.27180.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=49.60%
G=19.84%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857411400.60.380.27338.3844.2250.78
HexB94A7203C261B1522c33
Octal27111216207446335225463
Binary1011100110010101110010011110010011011011101010010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94a72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94a72; }

 p { color: rgb(185,74,114); }

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

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

 a { background-color: rgb(185,74,114); }

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

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

 span { border-color: rgb(185,74,114); }

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