#B92F59

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

Shades of Old Rose #B92F59

Tints of Old Rose #B92F59

Color information

#B92F59 (or 0xB92F59) is unknown color: approx Old Rose. HEX triplet: B9, 2F and 59. RGB value is (185,47,89). Sum of RGB (Red+Green+Blue) = 185+47+89=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92F59 is #46D0A6. Grayscale: #5D5D5D. Windows color (decimal): -4640935 or 5844921. OLE color: 5844921.

HSL color Cylindrical-coordinate representation of color #B92F59: hue angle of 341.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F59 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1854789-
CMYK00.750.520.27
HSL341.74º59.48%45.49%-
HSV(B)341.74º74.59%72.55%-
XYZ22.8313.0710.77-
YUV93.05125.72193.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=57.63%
G=14.64%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185478900.750.520.27341.7459.4845.49
HexB92F5904B341B1563b2d
Octal27157131011364335267355
Binary1011100110111110110010100101111010011011101010110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F59; }

 p { color: rgb(185,47,89); }

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

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

 a { background-color: rgb(185,47,89); }

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

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

 span { border-color: rgb(185,47,89); }

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