#B9537B

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

Shades of Royal Heath #B9537B

Tints of Royal Heath #B9537B

Color information

#B9537B (or 0xB9537B) is unknown color: approx Royal Heath. HEX triplet: B9, 53 and 7B. RGB value is (185,83,123). Sum of RGB (Red+Green+Blue) = 185+83+123=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9537B is #46AC84. Grayscale: #767676. Windows color (decimal): -4631685 or 8082361. OLE color: 8082361.

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

Color convert

RGB18583123-
CMYK00.550.340.27
HSL336.47º42.15%52.55%-
HSV(B)336.47º55.14%72.55%-
XYZ26.6817.9320.79-
YUV118.06130.79175.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=47.31%
G=21.23%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858312300.550.340.27336.4742.1552.55
HexB9537B037221B1502a35
Octal27112317306742335205265
Binary1011100110100111111011011011110001011011101010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9537B; }

 p { color: rgb(185,83,123); }

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

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

 a { background-color: rgb(185,83,123); }

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

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

 span { border-color: rgb(185,83,123); }

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