#B94B6D

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

Shades of Royal Heath #B94B6D

Tints of Royal Heath #B94B6D

Color information

#B94B6D (or 0xB94B6D) is unknown color: approx Royal Heath. HEX triplet: B9, 4B and 6D. RGB value is (185,75,109). Sum of RGB (Red+Green+Blue) = 185+75+109=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B6D is #46B492. Grayscale: #6F6F6F. Windows color (decimal): -4633747 or 7162809. OLE color: 7162809.

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

Color convert

RGB18575109-
CMYK00.590.410.27
HSL341.45º44%50.98%-
HSV(B)341.45º59.46%72.55%-
XYZ25.2816.4516.31-
YUV111.77126.44180.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=50.14%
G=20.33%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857510900.590.410.27341.454450.98
HexB94B6D03B291B1552c33
Octal27111315507351335255463
Binary1011100110010111101101011101110100111011101010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B6D; }

 p { color: rgb(185,75,109); }

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

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

 a { background-color: rgb(185,75,109); }

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

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

 span { border-color: rgb(185,75,109); }

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