#B92852

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

Shades of Old Rose #B92852

Tints of Old Rose #B92852

Color information

#B92852 (or 0xB92852) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 52. RGB value is (185,40,82). Sum of RGB (Red+Green+Blue) = 185+40+82=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B92852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92852 is #46D7AD. Grayscale: #585858. Windows color (decimal): -4642734 or 5384377. OLE color: 5384377.

HSL color Cylindrical-coordinate representation of color #B92852: hue angle of 342.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92852 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1854082-
CMYK00.780.560.27
HSL342.62º64.44%44.12%-
HSV(B)342.62º78.38%72.55%-
XYZ22.2912.449.21-
YUV88.14124.54197.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=60.26%
G=13.03%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185408200.780.560.27342.6264.4444.12
HexB9285204E381B157402c
Octal271501220116703352710054
Binary10111001101000101001001001110111000110111010101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92852; }

 p { color: rgb(185,40,82); }

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

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

 a { background-color: rgb(185,40,82); }

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

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

 span { border-color: rgb(185,40,82); }

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