#B94375

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

Shades of Royal Heath #B94375

Tints of Royal Heath #B94375

Color information

#B94375 (or 0xB94375) is unknown color: approx Royal Heath. HEX triplet: B9, 43 and 75. RGB value is (185,67,117). Sum of RGB (Red+Green+Blue) = 185+67+117=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94375 is #46BC8A. Grayscale: #6B6B6B. Windows color (decimal): -4635787 or 7685049. OLE color: 7685049.

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

Color convert

RGB18567117-
CMYK00.640.370.27
HSL334.58º46.83%49.41%-
HSV(B)334.58º63.78%72.55%-
XYZ25.2315.6118.51-
YUV107.98133.09182.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=50.14%
G=18.16%
B=31.71%

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
Decimal1856711700.640.370.27334.5846.8349.41
HexB94375040251B14f2f31
Octal271103165010045335175761
Binary10111001100001111101010100000010010111011101001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94375; }

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

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

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

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

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

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

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

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