#B92450

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

Shades of Old Rose #B92450

Tints of Old Rose #B92450

Color information

#B92450 (or 0xB92450) is unknown color: approx Old Rose. HEX triplet: B9, 24 and 50. RGB value is (185,36,80). Sum of RGB (Red+Green+Blue) = 185+36+80=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B92450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92450 is #46DBAF. Grayscale: #555555. Windows color (decimal): -4643760 or 5252281. OLE color: 5252281.

HSL color Cylindrical-coordinate representation of color #B92450: hue angle of 342.28º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92450 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1853680-
CMYK00.810.570.27
HSL342.28º67.42%43.33%-
HSV(B)342.28º80.54%72.55%-
XYZ22.0912.168.77-
YUV85.57124.86198.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=61.46%
G=11.96%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185368000.810.570.27342.2867.4243.33
HexB92450051391B156432b
Octal271441200121713352610353
Binary10111001100100101000001010001111001110111010101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92450; }

 p { color: rgb(185,36,80); }

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

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

 a { background-color: rgb(185,36,80); }

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

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

 span { border-color: rgb(185,36,80); }

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