#B8315A

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

Shades of Old Rose #B8315A

Tints of Old Rose #B8315A

Color information

#B8315A (or 0xB8315A) is unknown color: approx Old Rose. HEX triplet: B8, 31 and 5A. RGB value is (184,49,90). Sum of RGB (Red+Green+Blue) = 184+49+90=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B8315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8315A is #47CEA5. Grayscale: #5E5E5E. Windows color (decimal): -4705958 or 5910968. OLE color: 5910968.

HSL color Cylindrical-coordinate representation of color #B8315A: hue angle of 341.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8315A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1844990-
CMYK00.730.510.28
HSL341.78º57.94%45.69%-
HSV(B)341.78º73.37%72.16%-
XYZ22.7113.1311.01-
YUV94.04125.73192.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=56.97%
G=15.17%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184499000.730.510.28341.7857.9445.69
HexB8315A049331C1563a2e
Octal27061132011163345267256
Binary1011100011000110110100100100111001111100101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8315A; }

 p { color: rgb(184,49,90); }

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

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

 a { background-color: rgb(184,49,90); }

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

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

 span { border-color: rgb(184,49,90); }

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