#B9325C

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

Shades of Old Rose #B9325C

Tints of Old Rose #B9325C

Color information

#B9325C (or 0xB9325C) is unknown color: approx Old Rose. HEX triplet: B9, 32 and 5C. RGB value is (185,50,92). Sum of RGB (Red+Green+Blue) = 185+50+92=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9325C is #46CDA3. Grayscale: #5F5F5F. Windows color (decimal): -4640164 or 6042297. OLE color: 6042297.

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

Color convert

RGB1855092-
CMYK00.730.500.27
HSL341.33º57.45%46.08%-
HSV(B)341.33º72.97%72.55%-
XYZ23.0813.3711.49-
YUV95.15126.23192.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=56.57%
G=15.29%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185509200.730.500.27341.3357.4546.08
HexB9325C049321B155392e
Octal27162134011162335257156
Binary1011100111001010111000100100111001011011101010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9325C; }

 p { color: rgb(185,50,92); }

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

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

 a { background-color: rgb(185,50,92); }

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

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

 span { border-color: rgb(185,50,92); }

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