#B92B5F

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

Shades of Old Rose #B92B5F

Tints of Old Rose #B92B5F

Color information

#B92B5F (or 0xB92B5F) is unknown color: approx Old Rose. HEX triplet: B9, 2B and 5F. RGB value is (185,43,95). Sum of RGB (Red+Green+Blue) = 185+43+95=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B5F is #46D4A0. Grayscale: #5B5B5B. Windows color (decimal): -4641953 or 6237113. OLE color: 6237113.

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

Color convert

RGB1854395-
CMYK00.770.490.27
HSL338.03º62.28%44.71%-
HSV(B)338.03º76.76%72.55%-
XYZ22.9412.8712.1-
YUV91.39130.04194.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=57.28%
G=13.31%
B=29.41%

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
Decimal185439500.770.490.27338.0362.2844.71
HexB92B5F04D311B1523e2d
Octal27153137011561335227655
Binary1011100110101110111110100110111000111011101010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B5F; }

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

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

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

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

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

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

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

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