#b8245f

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

Shades of Old Rose #B8245F

Tints of Old Rose #B8245F

Color information

#B8245F (or 0xB8245F) is unknown color: approx Old Rose. HEX triplet: B8, 24 and 5F. RGB value is (184,36,95). Sum of RGB (Red+Green+Blue) = 184+36+95=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8245F is #47DBA0. Grayscale: #565656. Windows color (decimal): -4709281 or 6235320. OLE color: 6235320.

HSL color Cylindrical-coordinate representation of color #B8245F: hue angle of 336.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8245F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1843695-
CMYK00.800.480.28
HSL336.08º67.27%43.14%-
HSV(B)336.08º80.43%72.16%-
XYZ22.4612.2812.01-
YUV86.98132.53197.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=58.41%
G=11.43%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184369500.800.480.28336.0867.2743.14
HexB8245F050301C150432b
Octal270441370120603452010353
Binary10111000100100101111101010000110000111001010100001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8245f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8245f; }

 p { color: rgb(184,36,95); }

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

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

 a { background-color: rgb(184,36,95); }

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

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

 span { border-color: rgb(184,36,95); }

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