#B92B5E

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

Shades of Old Rose #B92B5E

Tints of Old Rose #B92B5E

Color information

#B92B5E (or 0xB92B5E) is unknown color: approx Old Rose. HEX triplet: B9, 2B and 5E. RGB value is (185,43,94). Sum of RGB (Red+Green+Blue) = 185+43+94=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B5E is #46D4A1. Grayscale: #5B5B5B. Windows color (decimal): -4641954 or 6171577. OLE color: 6171577.

HSL color Cylindrical-coordinate representation of color #B92B5E: hue angle of 338.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92B5E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1854394-
CMYK00.770.490.27
HSL338.45º62.28%44.71%-
HSV(B)338.45º76.76%72.55%-
XYZ22.8912.8511.86-
YUV91.27129.54194.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=57.45%
G=13.35%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185439400.770.490.27338.4562.2844.71
HexB92B5E04D311B1523e2d
Octal27153136011561335227655
Binary1011100110101110111100100110111000111011101010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B5E; }

 p { color: rgb(185,43,94); }

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

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

 a { background-color: rgb(185,43,94); }

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

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

 span { border-color: rgb(185,43,94); }

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