#B92A55

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

Shades of Old Rose #B92A55

Tints of Old Rose #B92A55

Color information

#B92A55 (or 0xB92A55) is unknown color: approx Old Rose. HEX triplet: B9, 2A and 55. RGB value is (185,42,85). Sum of RGB (Red+Green+Blue) = 185+42+85=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A55 is #46D5AA. Grayscale: #595959. Windows color (decimal): -4642219 or 5581497. OLE color: 5581497.

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

Color convert

RGB1854285-
CMYK00.770.540.27
HSL341.96º63%44.51%-
HSV(B)341.96º77.3%72.55%-
XYZ22.4812.639.85-
YUV89.66125.38196-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=59.29%
G=13.46%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185428500.770.540.27341.966344.51
HexB92A5504D361B1563f2d
Octal27152125011566335267755
Binary1011100110101010101010100110111011011011101010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A55; }

 p { color: rgb(185,42,85); }

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

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

 a { background-color: rgb(185,42,85); }

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

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

 span { border-color: rgb(185,42,85); }

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