#B92755

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

Shades of Old Rose #B92755

Tints of Old Rose #B92755

Color information

#B92755 (or 0xB92755) is unknown color: approx Old Rose. HEX triplet: B9, 27 and 55. RGB value is (185,39,85). Sum of RGB (Red+Green+Blue) = 185+39+85=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B92755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92755 is #46D8AA. Grayscale: #575757. Windows color (decimal): -4642987 or 5580729. OLE color: 5580729.

HSL color Cylindrical-coordinate representation of color #B92755: hue angle of 341.1º degrees, saturation: 0.65, 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 #B92755 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1853985-
CMYK00.790.540.27
HSL341.1º65.18%43.92%-
HSV(B)341.1º78.92%72.55%-
XYZ22.3712.429.81-
YUV87.9126.37197.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=59.87%
G=12.62%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185398500.790.540.27341.165.1843.92
HexB9275504F361B155412c
Octal271471250117663352510154
Binary10111001100111101010101001111110110110111010101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92755; }

 p { color: rgb(185,39,85); }

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

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

 a { background-color: rgb(185,39,85); }

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

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

 span { border-color: rgb(185,39,85); }

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