#B93B6C

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

Shades of Royal Heath #B93B6C

Tints of Royal Heath #B93B6C

Color information

#B93B6C (or 0xB93B6C) is unknown color: approx Royal Heath. HEX triplet: B9, 3B and 6C. RGB value is (185,59,108). Sum of RGB (Red+Green+Blue) = 185+59+108=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B6C is #46C493. Grayscale: #666666. Windows color (decimal): -4637844 or 7093177. OLE color: 7093177.

HSL color Cylindrical-coordinate representation of color #B93B6C: hue angle of 336.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93B6C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18559108-
CMYK00.680.420.27
HSL336.67º51.64%47.84%-
HSV(B)336.67º68.11%72.55%-
XYZ24.2814.5215.71-
YUV102.26131.24187.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=52.56%
G=16.76%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855910800.680.420.27336.6751.6447.84
HexB93B6C0442A1B1513430
Octal27173154010452335216460
Binary1011100111101111011000100010010101011011101010001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B6C; }

 p { color: rgb(185,59,108); }

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

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

 a { background-color: rgb(185,59,108); }

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

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

 span { border-color: rgb(185,59,108); }

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