#B92660

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

Shades of Old Rose #B92660

Tints of Old Rose #B92660

Color information

#B92660 (or 0xB92660) is unknown color: approx Old Rose. HEX triplet: B9, 26 and 60. RGB value is (185,38,96). Sum of RGB (Red+Green+Blue) = 185+38+96=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B92660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92660 is #46D99F. Grayscale: #585858. Windows color (decimal): -4643232 or 6301369. OLE color: 6301369.

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

Color convert

RGB1853896-
CMYK00.790.480.27
HSL336.33º65.92%43.73%-
HSV(B)336.33º79.46%72.55%-
XYZ22.8112.5512.29-
YUV88.56132.2196.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.99%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=57.99%
G=11.91%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185389600.790.480.27336.3365.9243.73
HexB9266004F301B150422c
Octal271461400117603352010254
Binary10111001100110110000001001111110000110111010100001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92660; }

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

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

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

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

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

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

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

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