#B8354A

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

Shades of Old Rose #B8354A

Tints of Old Rose #B8354A

Color information

#B8354A (or 0xB8354A) is unknown color: approx Old Rose. HEX triplet: B8, 35 and 4A. RGB value is (184,53,74). Sum of RGB (Red+Green+Blue) = 184+53+74=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8354A is #47CAB5. Grayscale: #5E5E5E. Windows color (decimal): -4704950 or 4863416. OLE color: 4863416.

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

Color convert

RGB1845374-
CMYK00.710.600.28
HSL350.38º55.27%46.47%-
HSV(B)350.38º71.2%72.16%-
XYZ22.2813.237.86-
YUV94.56116.4191.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=59.16%
G=17.04%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184537400.710.600.28350.3855.2746.47
HexB8354A0473C1C15e372e
Octal27065112010774345366756
Binary1011100011010110010100100011111110011100101011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8354A; }

 p { color: rgb(184,53,74); }

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

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

 a { background-color: rgb(184,53,74); }

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

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

 span { border-color: rgb(184,53,74); }

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