#B9395A

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

Shades of Old Rose #B9395A

Tints of Old Rose #B9395A

Color information

#B9395A (or 0xB9395A) is unknown color: approx Old Rose. HEX triplet: B9, 39 and 5A. RGB value is (185,57,90). Sum of RGB (Red+Green+Blue) = 185+57+90=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9395A is #46C6A5. Grayscale: #636363. Windows color (decimal): -4638374 or 5913017. OLE color: 5913017.

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

Color convert

RGB1855790-
CMYK00.690.510.27
HSL344.53º52.89%47.45%-
HSV(B)344.53º69.19%72.55%-
XYZ23.3213.9811.14-
YUV99.03122.91189.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 57 (22.66% from 255) = 17.17%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=55.72%
G=17.17%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185579000.690.510.27344.5352.8947.45
HexB9395A045331B159352f
Octal27171132010563335316557
Binary1011100111100110110100100010111001111011101011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9395A; }

 p { color: rgb(185,57,90); }

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

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

 a { background-color: rgb(185,57,90); }

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

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

 span { border-color: rgb(185,57,90); }

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