#B92D5B

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

Shades of Old Rose #B92D5B

Tints of Old Rose #B92D5B

Color information

#B92D5B (or 0xB92D5B) is unknown color: approx Old Rose. HEX triplet: B9, 2D and 5B. RGB value is (185,45,91). Sum of RGB (Red+Green+Blue) = 185+45+91=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D5B is #46D2A4. Grayscale: #5C5C5C. Windows color (decimal): -4641445 or 5975481. OLE color: 5975481.

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

Color convert

RGB1854591-
CMYK00.760.510.27
HSL340.29º60.87%45.1%-
HSV(B)340.29º75.68%72.55%-
XYZ22.8312.9511.19-
YUV92.1127.38194.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 45 (17.97% from 255) = 14.02%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=57.63%
G=14.02%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185459100.760.510.27340.2960.8745.1
HexB92D5B04C331B1543d2d
Octal27155133011463335247555
Binary1011100110110110110110100110011001111011101010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D5B; }

 p { color: rgb(185,45,91); }

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

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

 a { background-color: rgb(185,45,91); }

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

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

 span { border-color: rgb(185,45,91); }

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