#B92D46

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

Shades of Old Rose #B92D46

Tints of Old Rose #B92D46

Color information

#B92D46 (or 0xB92D46) is unknown color: approx Old Rose. HEX triplet: B9, 2D and 46. RGB value is (185,45,70). Sum of RGB (Red+Green+Blue) = 185+45+70=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D46 is #46D2B9. Grayscale: #595959. Windows color (decimal): -4641466 or 4599225. OLE color: 4599225.

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

Color convert

RGB1854570-
CMYK00.760.620.27
HSL349.29º60.87%45.1%-
HSV(B)349.29º75.68%72.55%-
XYZ22.0512.637.07-
YUV89.71116.88195.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.67%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=61.67%
G=15%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185457000.760.620.27349.2960.8745.1
HexB92D4604C3E1B15d3d2d
Octal27155106011476335357555
Binary1011100110110110001100100110011111011011101011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D46; }

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

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

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

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

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

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

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

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