#B92260

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

Shades of Old Rose #B92260

Tints of Old Rose #B92260

Color information

#B92260 (or 0xB92260) is unknown color: approx Old Rose. HEX triplet: B9, 22 and 60. RGB value is (185,34,96). Sum of RGB (Red+Green+Blue) = 185+34+96=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B92260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92260 is #46DD9F. Grayscale: #565656. Windows color (decimal): -4644256 or 6300345. OLE color: 6300345.

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

Color convert

RGB1853496-
CMYK00.820.480.27
HSL335.36º68.95%42.94%-
HSV(B)335.36º81.62%72.55%-
XYZ22.6912.312.25-
YUV86.22133.53198.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=58.73%
G=10.79%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185349600.820.480.27335.3668.9542.94
HexB92260052301B14f452b
Octal271421400122603351710553
Binary10111001100010110000001010010110000110111010011111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92260; }

 p { color: rgb(185,34,96); }

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

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

 a { background-color: rgb(185,34,96); }

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

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

 span { border-color: rgb(185,34,96); }

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