#B9365B

Color #B9365B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B9365B

Tints of Old Rose #B9365B

Color information

#B9365B (or 0xB9365B) is unknown color: approx Old Rose. HEX triplet: B9, 36 and 5B. RGB value is (185,54,91). Sum of RGB (Red+Green+Blue) = 185+54+91=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9365B is #46C9A4. Grayscale: #616161. Windows color (decimal): -4639141 or 5977785. OLE color: 5977785.

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

Color convert

RGB1855491-
CMYK00.710.510.27
HSL343.05º54.81%46.86%-
HSV(B)343.05º70.81%72.55%-
XYZ23.2213.7111.32-
YUV97.39124.4190.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=56.06%
G=16.36%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185549100.710.510.27343.0554.8146.86
HexB9365B047331B157372f
Octal27166133010763335276757
Binary1011100111011010110110100011111001111011101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9365B; }

 p { color: rgb(185,54,91); }

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

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

 a { background-color: rgb(185,54,91); }

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

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

 span { border-color: rgb(185,54,91); }

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