#B94374

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

Shades of Royal Heath #B94374

Tints of Royal Heath #B94374

Color information

#B94374 (or 0xB94374) is unknown color: approx Royal Heath. HEX triplet: B9, 43 and 74. RGB value is (185,67,116). Sum of RGB (Red+Green+Blue) = 185+67+116=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94374 is #46BC8B. Grayscale: #6B6B6B. Windows color (decimal): -4635788 or 7619513. OLE color: 7619513.

HSL color Cylindrical-coordinate representation of color #B94374: hue angle of 335.08º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94374 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18567116-
CMYK00.640.370.27
HSL335.08º46.83%49.41%-
HSV(B)335.08º63.78%72.55%-
XYZ25.1715.5918.21-
YUV107.87132.59183.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=50.27%
G=18.21%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856711600.640.370.27335.0846.8349.41
HexB94374040251B14f2f31
Octal271103164010045335175761
Binary10111001100001111101000100000010010111011101001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94374; }

 p { color: rgb(185,67,116); }

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

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

 a { background-color: rgb(185,67,116); }

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

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

 span { border-color: rgb(185,67,116); }

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