#B92D5A

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

Shades of Old Rose #B92D5A

Tints of Old Rose #B92D5A

Color information

#B92D5A (or 0xB92D5A) is unknown color: approx Old Rose. HEX triplet: B9, 2D and 5A. RGB value is (185,45,90). Sum of RGB (Red+Green+Blue) = 185+45+90=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D5A is #46D2A5. Grayscale: #5B5B5B. Windows color (decimal): -4641446 or 5909945. OLE color: 5909945.

HSL color Cylindrical-coordinate representation of color #B92D5A: hue angle of 340.71º 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 #B92D5A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1854590-
CMYK00.760.510.27
HSL340.71º60.87%45.1%-
HSV(B)340.71º75.68%72.55%-
XYZ22.7912.9310.97-
YUV91.99126.88194.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.81%
GREEN value IS 45 (17.97% from 255) = 14.06%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=57.81%
G=14.06%
B=28.12%

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
Decimal185459000.760.510.27340.7160.8745.1
HexB92D5A04C331B1553d2d
Octal27155132011463335257555
Binary1011100110110110110100100110011001111011101010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D5A; }

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

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

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

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

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

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

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

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