#B9274F

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

Shades of Old Rose #B9274F

Tints of Old Rose #B9274F

Color information

#B9274F (or 0xB9274F) is unknown color: approx Old Rose. HEX triplet: B9, 27 and 4F. RGB value is (185,39,79). Sum of RGB (Red+Green+Blue) = 185+39+79=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9274F is #46D8B0. Grayscale: #575757. Windows color (decimal): -4642993 or 5187513. OLE color: 5187513.

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

Color convert

RGB1853979-
CMYK00.790.570.27
HSL343.56º65.18%43.92%-
HSV(B)343.56º78.92%72.55%-
XYZ22.1412.338.61-
YUV87.21123.37197.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=61.06%
G=12.87%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185397900.790.570.27343.5665.1843.92
HexB9274F04F391B158412c
Octal271471170117713353010154
Binary10111001100111100111101001111111001110111010110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9274F; }

 p { color: rgb(185,39,79); }

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

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

 a { background-color: rgb(185,39,79); }

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

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

 span { border-color: rgb(185,39,79); }

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