#B93F69

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

Shades of Royal Heath #B93F69

Tints of Royal Heath #B93F69

Color information

#B93F69 (or 0xB93F69) is unknown color: approx Royal Heath. HEX triplet: B9, 3F and 69. RGB value is (185,63,105). Sum of RGB (Red+Green+Blue) = 185+63+105=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F69 is #46C096. Grayscale: #686868. Windows color (decimal): -4636823 or 6897593. OLE color: 6897593.

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

Color convert

RGB18563105-
CMYK00.660.430.27
HSL339.34º49.19%48.63%-
HSV(B)339.34º65.95%72.55%-
XYZ24.3314.8914.96-
YUV104.27128.42185.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=52.41%
G=17.85%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856310500.660.430.27339.3449.1948.63
HexB93F690422B1B1533131
Octal27177151010253335236161
Binary1011100111111111010010100001010101111011101010011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F69; }

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

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

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

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

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

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

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

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