#B94569

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

Shades of Royal Heath #B94569

Tints of Royal Heath #B94569

Color information

#B94569 (or 0xB94569) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 69. RGB value is (185,69,105). Sum of RGB (Red+Green+Blue) = 185+69+105=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B94569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94569 is #46BA96. Grayscale: #6B6B6B. Windows color (decimal): -4635287 or 6899129. OLE color: 6899129.

HSL color Cylindrical-coordinate representation of color #B94569: hue angle of 341.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94569 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18569105-
CMYK00.630.430.27
HSL341.38º45.67%49.8%-
HSV(B)341.38º62.7%72.55%-
XYZ24.6915.5915.07-
YUV107.79126.43183.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=51.53%
G=19.22%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856910500.630.430.27341.3845.6749.8
HexB9456903F2B1B1552e32
Octal27110515107753335255662
Binary1011100110001011101001011111110101111011101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94569; }

 p { color: rgb(185,69,105); }

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

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

 a { background-color: rgb(185,69,105); }

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

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

 span { border-color: rgb(185,69,105); }

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