#B9275E

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

Shades of Old Rose #B9275E

Tints of Old Rose #B9275E

Color information

#B9275E (or 0xB9275E) is unknown color: approx Old Rose. HEX triplet: B9, 27 and 5E. RGB value is (185,39,94). Sum of RGB (Red+Green+Blue) = 185+39+94=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9275E is #46D8A1. Grayscale: #585858. Windows color (decimal): -4642978 or 6170553. OLE color: 6170553.

HSL color Cylindrical-coordinate representation of color #B9275E: hue angle of 337.4º 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 #B9275E is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1853994-
CMYK00.790.490.27
HSL337.4º65.18%43.92%-
HSV(B)337.4º78.92%72.55%-
XYZ22.7512.5711.82-
YUV88.92130.87196.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 39 (15.62% from 255) = 12.26%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=58.18%
G=12.26%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185399400.790.490.27337.465.1843.92
HexB9275E04F311B151412c
Octal271471360117613352110154
Binary10111001100111101111001001111110001110111010100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9275E; }

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

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

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

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

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

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

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

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