#B9285C

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

Shades of Old Rose #B9285C

Tints of Old Rose #B9285C

Color information

#B9285C (or 0xB9285C) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 5C. RGB value is (185,40,92). Sum of RGB (Red+Green+Blue) = 185+40+92=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9285C is #46D7A3. Grayscale: #595959. Windows color (decimal): -4642724 or 6039737. OLE color: 6039737.

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

Color convert

RGB1854092-
CMYK00.780.500.27
HSL338.48º64.44%44.12%-
HSV(B)338.48º78.38%72.55%-
XYZ22.712.611.36-
YUV89.28129.54196.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=58.36%
G=12.62%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185409200.780.500.27338.4864.4444.12
HexB9285C04E321B152402c
Octal271501340116623352210054
Binary10111001101000101110001001110110010110111010100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9285C; }

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

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

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

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

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

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

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

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